\Phile\Plugin\Phile\ErrorHandlerErrorLog

Class ErrorLog

Summary

Methods
Properties
Constants
handleError()
handleException()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

handleError()

handleError(int $errno, string $errstr, string $errfile, int $errline, array $errcontext) : boolean

handle the error

Parameters

int $errno
string $errstr
string $errfile
int $errline
array $errcontext

Returns

boolean

handleException()

handleException(\Exception $exception) : mixed

handle all exceptions

Parameters

\Exception $exception

Returns

mixed