Method MasterObject()->handle_error()
- Method handle_error
voidhandle_error(array|objecttrace)- Description
This function is called when an error occurs that is not caught with catch().
- Method handle_error
voidhandle_error(mixedexception)- Description
Called by the Pike runtime if an exception isn't caught.
- Parameter
exception Value that was throw()'n.
- See also