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

9 lines
100 B
Plaintext

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