[Zope3-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.30

Fred L. Drake, Jr. fred@zope.com
Wed, 4 Dec 2002 23:01:59 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv23787

Modified Files:
	zconfig.tex 
Log Message:
Make SubstitutionError a subclass of ConfigurationError, so that every
exception specific to ZConfig is a specialization of
ConfigurationError.


=== Packages/ZConfig/doc/zconfig.tex 1.29 => 1.30 ===
--- Packages/ZConfig/doc/zconfig.tex:1.29	Wed Dec  4 20:10:47 2002
+++ Packages/ZConfig/doc/zconfig.tex	Wed Dec  4 23:01:59 2002
@@ -662,8 +662,7 @@
 
 \begin{excdesc}{SubstitutionError}
   Base class for the specific exceptions raised by this module.
-  Instances provide the attribute \member{message}, which contains a
-  description of the error.
+  This is derived from \exception{ConfigurationError}.
 \end{excdesc}
 
 \begin{excdesc}{SubstitutionReplacementError}