class ExceptionDataCollector

ExceptionDataCollector.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of ExceptionDataCollector

1 file declares its use of ExceptionDataCollector

File

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

Namespace

Symfony\Component\HttpKernel\DataCollector
View source

Members

Namesort descending Modifiers Type Description Overrides
DataCollector::$data protected property
DataCollector::serialize public function
DataCollector::unserialize public function
DataCollector::varToString protected function Converts a PHP variable to a string.
ExceptionDataCollector::collect public function Collects data for the given Request and Response. Overrides DataCollectorInterface::collect
ExceptionDataCollector::getCode public function Gets the exception code.
ExceptionDataCollector::getException public function Gets the exception.
ExceptionDataCollector::getMessage public function Gets the exception message.
ExceptionDataCollector::getName public function Returns the name of the collector. Overrides DataCollectorInterface::getName
ExceptionDataCollector::getStatusCode public function Gets the status code.
ExceptionDataCollector::getTrace public function Gets the exception trace.
ExceptionDataCollector::hasException public function Checks if the exception is not null.