Chris@0: getException(); Chris@0: $response = new JsonResponse(['message' => $event->getException()->getMessage()], $exception->getStatusCode(), $exception->getHeaders()); Chris@0: $event->setResponse($response); Chris@0: } Chris@0: Chris@0: }