Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e77e8 commit 1e962cbCopy full SHA for 1e962cb
1 file changed
Doc/lib/libhttplib.tex
@@ -57,6 +57,11 @@ \section{\module{httplib} ---
57
A subclass of \exception{HTTPException}.
58
\end{excdesc}
59
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
+
65
\begin{excdesc}{UnknownProtocol}
66
67
0 commit comments