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

5 lines
73 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
procedure test;
begin
raise Exception.Create('Sample Exception');
end;