RosettaCodeData/Task/Exceptions/Elena/exceptions-4.elena
2019-09-12 10:33:56 -07:00

4 lines
58 B
Text

o.foo() | on:(e)
{
// handle any type of exception
};