Brian Drummond - 2013-05-01
  • Description has changed:

Diff:

--- old
+++ new
@@ -10,6 +10,7 @@
 Workarounds: 
 Use standard exceptions, or
 Declare exceptions locally (in the subprogram which will raise and handle them),or
+Make the exceptions locally visible (via a Use clause on their package), or
 Don't handle exceptions locally.

 Fix may not be possible without a better resolution to the upstream bug.