From 1e962cb61b188d4400ddc90b5b535fb12dd463d4 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Sun, 24 Mar 2002 16:55:57 +0000 Subject: document InvalidURL exception --- Doc/lib/libhttplib.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/lib/libhttplib.tex b/Doc/lib/libhttplib.tex index 156e74b..453000b 100644 --- a/Doc/lib/libhttplib.tex +++ b/Doc/lib/libhttplib.tex @@ -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} -- cgit v0.12