RosettaCodeData/Task/Exceptions/Ada/exceptions-3.ada
2023-07-01 13:44:08 -04:00

6 lines
146 B
Ada

...
exception
when Foo_Error =>
if ... then -- Alas, cannot handle it here,
raise; -- continue propagation of
end if;