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