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

4 lines
40 B
Text

foo()
{
MyException.new().raise()
}