5 lines
94 B
Text
5 lines
94 B
Text
class MyException : Exception
|
|
{
|
|
constructor new()
|
|
<= new("MyException raised");
|
|
}
|