public function ExceptionDataCollector::getException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector::getException()
Gets the exception.
Return value
\Exception The exception
File
- vendor/
symfony/ http-kernel/ DataCollector/ ExceptionDataCollector.php, line 52
Class
- ExceptionDataCollector
- ExceptionDataCollector.
Namespace
Symfony\Component\HttpKernel\DataCollectorCode
public function getException() {
return $this->data['exception'];
}