Method | Description | |
---|---|---|
create ( Exception $exception, $statusCode = null, array $headers = [] ) | ||
getAllPrevious ( ) | ||
getClass ( ) | ||
getCode ( ) | ||
getFile ( ) | ||
getHeaders ( ) | ||
getLine ( ) | ||
getMessage ( ) | ||
getPrevious ( ) | ||
getStatusCode ( ) | ||
getTrace ( ) | ||
setClass ( $class ) | ||
setCode ( $code ) | ||
setFile ( $file ) | ||
setHeaders ( array $headers ) | ||
setLine ( $line ) | ||
setMessage ( $message ) | ||
setPrevious ( |
||
setStatusCode ( $code ) | ||
setTrace ( $trace, $file, $line ) | ||
setTraceFromException ( Exception $exception ) | ||
toArray ( ) |
Method | Description | |
---|---|---|
flattenArgs ( $args, $level, &$count ) | ||
getClassNameFromIncomplete ( __PHP_Incomplete_Class $value ) |
public setPrevious ( |
||
$previous |
public setTraceFromException ( Exception $exception ) | ||
$exception | Exception |