Author: allison
Date: Fri Nov  2 12:49:29 2007
New Revision: 22663

Modified:
   trunk/docs/pdds/pdd23_exceptions.pod

Log:
[pdd] Change a heading in exceptions PDD.


Modified: trunk/docs/pdds/pdd23_exceptions.pod
==============================================================================
--- trunk/docs/pdds/pdd23_exceptions.pod        (original)
+++ trunk/docs/pdds/pdd23_exceptions.pod        Fri Nov  2 12:49:29 2007
@@ -226,7 +226,7 @@
 
 =head1 IMPLEMENTATION
 
-=head2 Universal Exception Object Interface
+=head2 Exception Object Interface
 
 All of Parrot's standard exceptions provide at least the following interface.
 It is recommended that all classes intended for throwing also provide at least
@@ -247,7 +247,6 @@
 the exception.  Each exception class will have its own specific payload
 type(s).  See the table of standard exception classes for examples.
 
-
 =item B<PMC *set_attr_str(STRING *name, PMC *value)>
 
 Set an attribute on the Exception. All exceptions will have at least

Reply via email to