for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Digia\GraphQL\Error;
class ErrorHandler implements ErrorHandlerInterface
{
/**
* @inheritdoc
*/
public function handleError(ExecutionException $exception)
// The default error handler does not need to do anything.
}