6 lines
55 B
Text
6 lines
55 B
Text
|
|
try
|
||
|
|
this:foo();
|
||
|
|
except e (ANY)
|
||
|
|
this:bar(e);
|
||
|
|
endtry
|