IMessageReporter extends IReporter
Tags
Table of Contents
- report() : mixed
- Report an (unhandled) exception
- reportMessage() : void
- Report a (error) message
Methods
report()
Report an (unhandled) exception
public
report(Exception|Throwable $exception[, array $context = [] ]) : mixed
Parameters
- $exception : Exception|Throwable
- $context : array = []
Tags
Return values
mixed —reportMessage()
Report a (error) message
public
reportMessage(string $message[, array $context = [] ]) : void
Parameters
- $message : string
- $context : array = []