Commit 580300f2 authored by Fred Drake's avatar Fred Drake

remove two more exceptions which are not used; these are a holdover from

an older ZConfig API which has not been supported for some time
parent ca9e2b25
...@@ -1147,15 +1147,6 @@ The following exceptions are defined by this package: ...@@ -1147,15 +1147,6 @@ The following exceptions are defined by this package:
was detected. was detected.
\end{excdesc} \end{excdesc}
\begin{excdesc}{ConfigurationMissingSectionError}
Raised when a requested named section is not available.
\end{excdesc}
\begin{excdesc}{ConfigurationConflictingSectionError}
Raised when a request for a section cannot be fulfilled without
ambiguity.
\end{excdesc}
\begin{excdesc}{DataConversionError} \begin{excdesc}{DataConversionError}
Raised when a data type conversion fails with Raised when a data type conversion fails with
\exception{ValueError}. This exception is a subclass of both \exception{ValueError}. This exception is a subclass of both
......
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