Méthode |
Description |
|
__construct ( $msg = null, $code, $previous = null, $file = null, $line ) |
|
|
__toString ( ) : string |
|
|
format ( Exception $e, $includingTrace = true, $html = null, $skip = null, $context_lines = 2 ) : string |
Render a full HTML description of an exception |
|
formatFrame ( $ti, $html = null, $context_lines = 2 ) |
|
|
formatHTMLBlock ( Exception $e, $includingTrace = true, $skip = null, $context_lines = 2, $inc_css = true ) |
|
|
formatHTMLDocument ( Exception $e, $includingTrace = true, $skip = null, $context_lines = 2 ) |
|
|
formatHtml ( Exception $e, $includingTrace = true, $skip = null, $context_lines = 2 ) : string |
Convenience method equivalent to calling self::format with $html=true. |
|
formatMessage ( $html = null ) |
Get message for formatting. Subclasses can add additional information to the message here. |
|
formatPlain ( Exception $e, $includingTrace = true, $skip = null, $context_lines = 2 ) : string |
Convenience method equivalent to calling self::format with $html=false. |
|
formatSourceLines ( $file, $line, $html = null, $lines = 2 ) |
|
|
formatTrace ( Exception $e, $html = null, $skip = null, $context_lines = 2 ) : string |
Render a nice output of a backtrace from an exception |
|
getPreviousCompat ( $e, $default = null ) |
|
|
setFile ( $msg ) |
set $file |
|
setLine ( $msg ) |
set $line |
|
setMessage ( $msg ) |
set $message |
|
toHTML ( ) : string |
|
|