document InvalidURL exception
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 @@
 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}