BackBee\Event\Listener\ExceptionListener::__construct PHP Method

__construct() public method

Class constructor.
public __construct ( BackBee\BBApplication $application )
$application BackBee\BBApplication
    public function __construct(BBApplication $application)
    {
        $this->application = $application;
        $this->renderer = $application->getRenderer();
        $this->response = new Response();
    }