diff options
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libhttplib.tex | 5 |
1 files changed, 5 insertions, 0 deletions
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} |