Commit 9b429c7f authored by Fred Drake's avatar Fred Drake

Make SubstitutionError a subclass of ConfigurationError, so that every

exception specific to ZConfig is a specialization of
ConfigurationError.
parent 00353d62
...@@ -662,8 +662,7 @@ The following exceptions are defined: ...@@ -662,8 +662,7 @@ The following exceptions are defined:
\begin{excdesc}{SubstitutionError} \begin{excdesc}{SubstitutionError}
Base class for the specific exceptions raised by this module. Base class for the specific exceptions raised by this module.
Instances provide the attribute \member{message}, which contains a This is derived from \exception{ConfigurationError}.
description of the error.
\end{excdesc} \end{excdesc}
\begin{excdesc}{SubstitutionReplacementError} \begin{excdesc}{SubstitutionReplacementError}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment