Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[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().