Interface Amfphp_Core_Common_IExceptionHandler

Description

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

  • author: Ariel Sommeria-klein

Located in /Amfphp/Core/Common/IExceptionHandler.php (line 20)


	
			
Method Summary
mixed handleException ( $exception)
Methods
handleException (line 26)

generates an object describing the exception.

  • return: an object describing the error, that will be serialized and sent back to the client
  • access: public
mixed handleException ( $exception)
  • Exception $exception: the exception object to analyze

Documentation generated on Mon, 23 Jan 2012 17:22:06 -0300 by phpDocumentor 1.4.3