ExceptionDataCollector
class ExceptionDataCollector extends DataCollector
ExceptionDataCollector.
Properties
protected | $data | from DataCollector |
Methods
cloneVar(mixed $var)
Converts the variable into a serializable Data instance.
from DataCollector
reset()
No description
bool
hasException()
Checks if the exception is not null.
getException()
Gets the exception.
string
getMessage()
Gets the exception message.
int
getCode()
Gets the exception code.
int
getStatusCode()
Gets the status code.
array
getTrace()
Gets the exception trace.
string
getName()
Returns the name of the collector.