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

5 lines
73 B
Plaintext

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