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