You are here

private property GetResponseForExceptionEvent::$exception in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php \Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent::exception

The exception object.

Type: \Exception

File

vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php, line 37

Class

GetResponseForExceptionEvent
Allows to create a response for a thrown exception.

Namespace

Symfony\Component\HttpKernel\Event

Code

private $exception;