RosettaCodeData/Task/Exceptions/DWScript/exceptions-1.dw

5 lines
74 B
Text
Raw Permalink Normal View History

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