mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
document InvalidURL exception
This commit is contained in:
parent
74e77e89de
commit
1e962cb61b
1 changed files with 5 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue