RosettaCodeData/Task/Exceptions/Elena/exceptions-3.elena

9 lines
103 B
Plaintext

try
{
o.foo()
}
catch:(MyException e)
{
// handle exceptions of type MyException and derived
}