ExceptionListenerWrapper
class ExceptionListenerWrapper
Wraps exception listeners.
Properties
protected | $app | ||
protected | $callback |
Methods
__invoke(GetResponseForExceptionEvent $event)
No description
ensureResponse($response, GetResponseForExceptionEvent $event)
No description
Details
at line 36
__construct(Application $app, callable $callback)
Constructor.