document InvalidURL exception

This commit is contained in:
Skip Montanaro 2002-03-24 16:55:57 +00:00
parent 74e77e89de
commit 1e962cb61b

View file

@ -57,6 +57,11 @@ subclass of \exception{Exception}.
A subclass of \exception{HTTPException}.
\end{excdesc}
\begin{excdesc}{InvalidURL}
A subclass of \exception{HTTPException}, raised if a port is given and is
either non-numeric or empty.
\end{excdesc}
\begin{excdesc}{UnknownProtocol}
A subclass of \exception{HTTPException}.
\end{excdesc}