6 lines
110 B
Text
6 lines
110 B
Text
|
|
trap(/* specific error can be given here, or leave blank to catch all */,
|
||
|
|
"caught"
|
||
|
|
,
|
||
|
|
error("bad stuff")
|
||
|
|
)
|