OldException catches unknown exceptions as DynException
authorIan Lynagh <igloo@earth.li>
Mon, 2 Feb 2009 15:18:56 +0000 (15:18 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 2 Feb 2009 15:18:56 +0000 (15:18 +0000)
commit70311322463ad6981d92e0e07977b40152a81e6d
tree6a20fe245b737630385862b3a216cff2c6395db1
parentc856e1e71c608e8c291218f66645eb748270b6d2
OldException catches unknown exceptions as DynException
It's important that we put all exceptions into the old Exception
type somehow, or throwing a new exception wouldn't cause the
cleanup code for bracket, finally etc to happen.
Control/OldException.hs