\Amfphp_Core_Common_IExceptionHandler

An exception handler is passed an exception and must translate that into something that is serializable. In the case of Amf, it must return an Amfphp_Core_Amf_Packet object containing the relevant information

Summary

Methods
Constants
handleException()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

handleException()

handleException(\Exception $exception) : mixed

generates an object describing the exception.

Parameters

\Exception $exception

the exception object to analyze

Returns

mixed —

an object describing the error, that will be serialized and sent back to the client