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:
\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}
......
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