Log query exceptions
The GraphQL library I use (webonyx/graphql-php) conveniently
converts any exceptions into a GraphQL "error result".
This leads to the exception handler not being triggered any longer.
With this change any exception that occurs during processing of a GraphQL
query is logged using the Flow SystemLogger
.