Execution: ezcExecutionErrorHandler
[ ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcExecutionErrorHandler
|
Interface for Execution callback handlers. [
source]
This interface describes the methods that an Execution callback handler should implement.
Method Summary
|
public static void |
onError(
[$e = NULL] )
Processes an error situation |
Methods
onError
void onError(
[
$e = NULL] )
Processes an error situation
This method is called by the ezcExecution environment whenever an error situation (uncaught exception or fatal error) happens. It accepts one default parameter in case there was an uncaught exception.
Parameters
| Name |
Type |
Description |
$e |
Exception |
|
Last updated: Thu, 31 Jan 2008