Method | Description | |
---|---|---|
__construct ( |
||
presentException ( Exception $exception, $verbose = false ) | ||
presentString ( $string ) | ||
presentValue ( $value ) |
Method | Description | |
---|---|---|
getExceptionExamplePosition ( Exception $exception ) | ||
presentCodeLine ( $number, $line ) | ||
presentExceptionDifference ( Exception $exception ) | ||
presentExceptionStackTrace ( Exception $exception ) | ||
presentExceptionTraceFunction ( $function, array $args ) | ||
presentExceptionTraceHeader ( $header ) | ||
presentExceptionTraceMethod ( $class, $type, $method, array $args ) | ||
presentFileCode ( $file, $lineno, $context = 6 ) | ||
presentHighlight ( $line ) |
public __construct ( |
||
$differ |
protected getExceptionExamplePosition ( Exception $exception ) | ||
$exception | Exception |
public presentException ( Exception $exception, $verbose = false ) | ||
$exception | Exception |
protected presentExceptionDifference ( Exception $exception ) | ||
$exception | Exception |
protected presentExceptionStackTrace ( Exception $exception ) | ||
$exception | Exception |
protected presentExceptionTraceFunction ( $function, array $args ) | ||
$args | array |
protected presentExceptionTraceMethod ( $class, $type, $method, array $args ) | ||
$args | array |