NAME catch - Catch all errors SYNOPSIS mixed catch(expr) DESCRIPTION Evaluate 'expr'. If there is no error, 0 is returned. If there is a standard error, a string (with a leading '*') will be returned. The function throw(value) can also be used to immediately return any value, except 0. The catch() is costly, and should not be used anywhere. Rather, use it use it at places where an error would destroy consistency. SEE ALSO throw
Help topics available:
_get_spec_obj | _syslog | catch | dump_socket_status | throw |
trace | traceprefix |
You are guest number 84 since February 2020.
This file was last modified: June 2000.