RosettaCodeData/Task/Exceptions/Elena/exceptions-3.elena
2023-10-02 18:11:16 -07:00

8 lines
100 B
Text

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