ExceptionHandlerFormatter
Table of Contents
Constants
-
DELIMITER
= '----------'
-
MAX_CHARS
= 30
-
SHOW_PARAMETERS
= 1
Methods
-
format()
: string
-
severityToString()
: mixed
DELIMITER
public
mixed
DELIMITER
= '----------'
MAX_CHARS
public
mixed
MAX_CHARS
= 30
SHOW_PARAMETERS
public
mixed
SHOW_PARAMETERS
= 1
public
static format(Throwable $exception[, bool $htmlMode = false ][, int $level = 0 ]) : string
Parameters
-
$exception
: Throwable
-
-
$htmlMode
: bool
= false
-
-
$level
: int
= 0
-
severityToString()
public
static severityToString(mixed $severity) : mixed
Parameters
-
$severity
: mixed
-