PHP Class JAXLException, JAXL

Inheritance: extends Exception
Datei anzeigen Open project: jaxl/JAXL Class Usage Examples

Public Methods

Method Description
__construct ( $message = null, $code = null, $file = null, $line = null )
addHandlers ( )
error_handler ( $errno, $error, $file, $line, $vars )
exception_handler ( $e )
shutdown_handler ( )

Method Details

__construct() public method

public __construct ( $message = null, $code = null, $file = null, $line = null )

addHandlers() public static method

public static addHandlers ( )

error_handler() public static method

public static error_handler ( $errno, $error, $file, $line, $vars )

exception_handler() public static method

public static exception_handler ( $e )

shutdown_handler() public static method

public static shutdown_handler ( )