Author: tene
Date: Sun Dec 14 22:11:01 2008
New Revision: 33912
Modified:
trunk/docs/pdds/pdd23_exceptions.pod
Changes in other areas also in this revision:
Modified:
trunk/src/exceptions.c
trunk/src/pmc/exception.pmc
Log:
[exceptions]
* Nonfatal exceptions are automatically resumed, after printing the message
* Default exception severity is EXCEPT_ERROR
Modified: trunk/docs/pdds/pdd23_exceptions.pod
==============================================================================
--- trunk/docs/pdds/pdd23_exceptions.pod (original)
+++ trunk/docs/pdds/pdd23_exceptions.pod Sun Dec 14 22:11:01 2008
@@ -166,8 +166,6 @@
execution). Whether to resume or die when an exception isn't handled is
determined by the severity of the exception.
-{{NOTE: Not yet implemented, but should be easy}}
-
=item 6
Otherwise terminate the program like C<die>.