I ran a query on my graph using the following code:
SELECT * FROM cypher('demo_graph') as (v agtype);
However, I forgot to include the query argument for the Cypher function. As a result, the server closed the connection unexpectedly, and I received the error message
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
I was expecting an exception to be raised instead of the server being terminated.