RosettaCodeData/Task/Exceptions/Delphi/exceptions-1.delphi
2023-07-01 13:44:08 -04:00

4 lines
73 B
Text

procedure test;
begin
raise Exception.Create('Sample Exception');
end;