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