Skip to content
Snippets Groups Projects
Commit 371a7517 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

extra file removed

Rev: doc/pike/catch:1.2(DEAD)
parent b432bbeb
No related branches found
No related tags found
No related merge requests found
NAME
catch - catch errorrs
SYNTAX
catch { commands }
or
catch ( expression )
DESCRIPTION
catch traps exceptions such as run time errors or calls to throw() and
returns the argument given to throw. For a run time error, this value
is ({ "error message", backtrace })
SEE ALSO
builtin/throw
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment