5 lines
73 B
Text
5 lines
73 B
Text
|
|
procedure test;
|
||
|
|
begin
|
||
|
|
raise Exception.Create('Sample Exception');
|
||
|
|
end;
|