RosettaCodeData/Task/Exceptions/PascalABC.NET/exceptions-1.pas

2 lines
41 B
ObjectPascal
Raw Permalink Normal View History

2024-07-13 15:19:22 -07:00
type MyException = class(Exception) end;