|
ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Catches an exception and converts it to an Soap XML response. More...
Inheritance diagram for Whoops\Handler\SoapResponseHandler:
Collaboration diagram for Whoops\Handler\SoapResponseHandler:Public Member Functions | |
| handle () | |
Public Member Functions inherited from Whoops\Handler\Handler | |
| setRun (Run $run) | |
| setInspector (Inspector $inspector) | |
| setException (Exception $exception) | |
| handle () | |
| setRun (Run $run) | |
| setException (Exception $exception) | |
| setInspector (Inspector $inspector) | |
Private Member Functions | |
| toXml (\Exception $exception) | |
| Converts a Exception into a SoapFault XML. More... | |
Additional Inherited Members | |
Data Fields inherited from Whoops\Handler\Handler | |
| const | DONE = 0x10 |
| Return constants that can be returned from Handler::handle to message the handler walker. More... | |
| const | LAST_HANDLER = 0x20 |
| const | QUIT = 0x30 |
Protected Member Functions inherited from Whoops\Handler\Handler | |
| getRun () | |
| getInspector () | |
| getException () | |
Catches an exception and converts it to an Soap XML response.
Definition at line 16 of file SoapResponseHandler.php.
| Whoops\Handler\SoapResponseHandler::handle | ( | ) |
Implements Whoops\Handler\HandlerInterface.
Definition at line 21 of file SoapResponseHandler.php.
References Whoops\Handler\Handler\$exception, Whoops\Handler\Handler\getException(), Whoops\Handler\Handler\QUIT, and Whoops\Handler\SoapResponseHandler\toXml().
Here is the call graph for this function:
|
private |
Converts a Exception into a SoapFault XML.
Definition at line 33 of file SoapResponseHandler.php.
References Whoops\Handler\Handler\$exception.
Referenced by Whoops\Handler\SoapResponseHandler\handle().
Here is the caller graph for this function: