Interface for Execution callback handlers.
This interface describes the methods that an Execution callback handler should implement.
Source for this file: /Execution/src/interfaces/execution_handler.php
Version: | //autogentag// For an example see ezcExecution. |
public static void |
onError(
[ $e
= null] )
Processes an error situation |
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.
Name | Type | Description |
---|---|---|
$e |
Exception |