Classes | |
| class | TheWBBaseError |
| class | TheWBUrlError |
| class | TheWBHttpError |
| class | TheWBRssError |
| class | TheWBVideoNotFound |
| class | TheWBConfigFileError |
| class | TheWBUrlDownloadError |
Variables | |
| string | __title__ = "thewb_exceptions - Custom exceptions used or raised by thewb_api" |
| string | __author__ = "R.D. Vaughan" |
| string | __version__ = "v0.1.0" |
| list | __all__ = ["TheWBUrlError", "TheWBHttpError", "TheWBRssError", "TheWBVideoNotFound", "TheWBConfigFileError", "TheWBUrlDownloadError"] |
| string nv_python_libs::thewb::thewb_exceptions::__title__ = "thewb_exceptions - Custom exceptions used or raised by thewb_api" |
Definition at line 12 of file thewb_exceptions.py.
| string nv_python_libs::thewb::thewb_exceptions::__author__ = "R.D. Vaughan" |
Definition at line 13 of file thewb_exceptions.py.
Definition at line 14 of file thewb_exceptions.py.
| list nv_python_libs::thewb::thewb_exceptions::__all__ = ["TheWBUrlError", "TheWBHttpError", "TheWBRssError", "TheWBVideoNotFound", "TheWBConfigFileError", "TheWBUrlDownloadError"] |
Definition at line 17 of file thewb_exceptions.py.
1.6.3