public function ExceptionDataCollector::getException

Gets the exception.

Return value

\Exception The exception

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php, line 53

Class

ExceptionDataCollector
ExceptionDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getException() {
  return $this->data['exception'];
}