ExceptionDataCollector.
@author Fabien Potencier <fabien@symfony.com>
Expanded class hierarchy of ExceptionDataCollector
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DataCollector:: |
protected | property | ||
DataCollector:: |
public | function | ||
DataCollector:: |
public | function | ||
DataCollector:: |
protected | function | Converts a PHP variable to a string. | |
ExceptionDataCollector:: |
public | function |
Collects data for the given Request and Response. Overrides DataCollectorInterface:: |
|
ExceptionDataCollector:: |
public | function | Gets the exception code. | |
ExceptionDataCollector:: |
public | function | Gets the exception. | |
ExceptionDataCollector:: |
public | function | Gets the exception message. | |
ExceptionDataCollector:: |
public | function |
Returns the name of the collector. Overrides DataCollectorInterface:: |
|
ExceptionDataCollector:: |
public | function | Gets the status code. | |
ExceptionDataCollector:: |
public | function | Gets the exception trace. | |
ExceptionDataCollector:: |
public | function | Checks if the exception is not null. |