DetailedErrorFormatter
class DetailedErrorFormatter implements FormatterInterface (View source)
Monolog-compatible error handler that will output a detailed error message to the screen.
Methods
protected
int|null
findInTrace(array $trace, string $file, string $line)
Find a call on the given file & line in the trace
protected
string
output(int $errno, string $errstr, string $errfile, int $errline, array $errcontext)
Render a developer facing error page, showing the stack trace and details of the code where the error occurred.
Details
format(array $record)
No description
formatBatch(array $records)
No description
protected int|null
findInTrace(array $trace, string $file, string $line)
Find a call on the given file & line in the trace
protected string
output(int $errno, string $errstr, string $errfile, int $errline, array $errcontext)
Render a developer facing error page, showing the stack trace and details of the code where the error occurred.