Commit 1e962cb6 authored by Skip Montanaro's avatar Skip Montanaro

document InvalidURL exception

parent 74e77e89
......@@ -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}
......
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