ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
__construct (ilErrorHandling $error_handling) | |
handle () | |
Last missing method from HandlerInterface. More... | |
Public Member Functions inherited from Whoops\Handler\Handler | |
setRun (RunInterface $run) | |
setInspector (Inspector $inspector) | |
setException ($exception) | |
Private Attributes | |
$error_handling | |
Additional Inherited Members | |
Data Fields inherited from Whoops\Handler\Handler | |
const | DONE = 0x10 |
const | LAST_HANDLER = 0x20 |
The Handler has handled the Throwable in some way, and wishes to skip any other Handler. More... | |
const | QUIT = 0x30 |
The Handler has handled the Throwable in some way, and wishes to quit/stop execution. More... | |
Protected Member Functions inherited from Whoops\Handler\Handler | |
getRun () | |
getInspector () | |
getException () | |
Definition at line 25 of file class.ilDelegatingHandler.php.
ilDelegatingHandler::__construct | ( | ilErrorHandling | $error_handling | ) |
ilDelegatingHandler::handle | ( | ) |
Last missing method from HandlerInterface.
Asks ilErrorHandling for the appropriate Handler and delegates it's tasks to that handler.
Implements Whoops\Handler\HandlerInterface.
Definition at line 45 of file class.ilDelegatingHandler.php.
References $handler, Whoops\Handler\Handler\getException(), Whoops\Handler\Handler\getInspector(), Whoops\Handler\Handler\getRun(), and IL_INITIAL_WD.
|
private |
Definition at line 30 of file class.ilDelegatingHandler.php.
Referenced by __construct().