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