MythTV  master
Classes | Variables
nv_python_libs.rev3.rev3_exceptions Namespace Reference

Classes

class  Rev3BaseError
 
class  Rev3ConfigFileError
 
class  Rev3HttpError
 
class  Rev3RssError
 
class  Rev3UrlDownloadError
 
class  Rev3UrlError
 
class  Rev3VideoNotFound
 

Variables

string __title__ = "rev3_exceptions - Custom exceptions used or raised by rev3_api";
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "v0.1.0"
 
list __all__ = ["Rev3UrlError", "Rev3HttpError", "Rev3RssError", "Rev3VideoNotFound", "Rev3ConfigFileError", "Rev3UrlDownloadError"]
 

Variable Documentation

◆ __title__

string nv_python_libs.rev3.rev3_exceptions.__title__ = "rev3_exceptions - Custom exceptions used or raised by rev3_api";
private

Definition at line 12 of file rev3_exceptions.py.

◆ __author__

string nv_python_libs.rev3.rev3_exceptions.__author__ = "R.D. Vaughan"
private

Definition at line 13 of file rev3_exceptions.py.

◆ __version__

string nv_python_libs.rev3.rev3_exceptions.__version__ = "v0.1.0"
private

Definition at line 14 of file rev3_exceptions.py.

◆ __all__

list nv_python_libs.rev3.rev3_exceptions.__all__ = ["Rev3UrlError", "Rev3HttpError", "Rev3RssError", "Rev3VideoNotFound", "Rev3ConfigFileError", "Rev3UrlDownloadError"]
private

Definition at line 17 of file rev3_exceptions.py.