RosettaCodeData/Task/Exceptions/Delphi/exceptions-1.pas

5 lines
73 B
ObjectPascal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
procedure test;
begin
raise Exception.Create('Sample Exception');
end;