DONE
DONE = 16
Handler outputing plaintext error messages. Can be used directly, or will be instantiated automagically by Whoops\Run if passed to Run::pushHandler
$logger : \Psr\Log\LoggerInterface
$run : \Whoops\RunInterface
$inspector : \Whoops\Exception\Inspector
setRun(\Whoops\RunInterface $run) : void
\Whoops\RunInterface | $run |
setInspector(\Whoops\Exception\Inspector $inspector) : void
\Whoops\Exception\Inspector | $inspector |
__construct(\Psr\Log\LoggerInterface|null $logger = null)
Constructor.
\Psr\Log\LoggerInterface|null | $logger |
If argument is not null or a LoggerInterface
setLogger(\Psr\Log\LoggerInterface|null $logger = null)
Set the output logger interface.
\Psr\Log\LoggerInterface|null | $logger |
If argument is not null or a LoggerInterface
getLogger() : \Psr\Log\LoggerInterface|null
addTraceFunctionArgsToOutput(boolean|integer|null $addTraceFunctionArgsToOutput = null) : null|boolean|integer
Add error trace function arguments to output.
Set to True for all frame args, or integer for the n first frame args.
boolean|integer|null | $addTraceFunctionArgsToOutput |
getRun() : \Whoops\RunInterface
getInspector() : \Whoops\Exception\Inspector
getFrameArgsOutput(\Whoops\Exception\Frame $frame, integer $line) : string
Get the frame args var_dump.
\Whoops\Exception\Frame | $frame | [description] |
integer | $line | [description] |