Content deleted Content added
Line 14:
-- Handle constraint error
when Storage_Error =>
-- Propagate the Storage_Error as different exception with some useful message
raise Some_Error with "Out of memory";
when Error : others =>
-- Handle all others
|