[Top]
MasterObject
|
Method MasterObject()->handle_error()
- Method
handle_error
-
void handle_error(mixed exception)
- Description
-
Called by the Pike runtime if an exception isn't caught.
- Parameter exception
-
Value that was throw() 'n.
- See also
-
describe_backtrace()
- Method
handle_error
-
void handle_error(array|object trace)
- Description
-
This function is called when an error occurs that is not caught
with catch().
|