Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e962cb

Browse files
author
Skip Montanaro
committed
document InvalidURL exception
1 parent 74e77e8 commit 1e962cb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Doc/lib/libhttplib.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ \section{\module{httplib} ---
5757
A subclass of \exception{HTTPException}.
5858
\end{excdesc}
5959

60+
\begin{excdesc}{InvalidURL}
61+
A subclass of \exception{HTTPException}, raised if a port is given and is
62+
either non-numeric or empty.
63+
\end{excdesc}
64+
6065
\begin{excdesc}{UnknownProtocol}
6166
A subclass of \exception{HTTPException}.
6267
\end{excdesc}

0 commit comments

Comments
 (0)