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