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

5 lines
40 B
Plaintext

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