public function ExceptionDataCollector::getStatusCode

Gets the status code.

Return value

integer The status code

File

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

Class

ExceptionDataCollector
ExceptionDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

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