ILIAS
release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
|
Catches an exception and converts it to an Soap XML response. More...
Public Member Functions | |
handle () | |
![]() | |
setRun (Run $run) | |
setInspector (Inspector $inspector) | |
setException (Exception $exception) | |
Private Member Functions | |
toXml (\Exception $exception) | |
Converts a Exception into a SoapFault XML. More... | |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
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().
|
private |
Converts a Exception into a SoapFault XML.
Definition at line 33 of file SoapResponseHandler.php.
Referenced by Whoops\Handler\SoapResponseHandler\handle().