MythTV  master
Classes | Variables
nv_python_libs.common.common_exceptions Namespace Reference

Classes

class  WebCgiBaseError
 
class  WebCgiHttpError
 
class  WebCgiInvalidSearchType
 
class  WebCgiRssError
 
class  WebCgiUrlError
 
class  WebCgiVideoNotFound
 
class  WebCgiXmlError
 

Variables

string __title__ = "common_exceptions - Custom exceptions used or raised by common_api.py";
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "v0.1.2"
 
list __all__ = ["WebCgiUrlError", "WebCgiHttpError", "WebCgiRssError", "WebCgiVideoNotFound", "WebCgiInvalidSearchType", "WebCgiXmlError", "WebCgiVideoDetailError", "WebCgiCategoryNotFound", ]
 

Variable Documentation

◆ __title__

string nv_python_libs.common.common_exceptions.__title__ = "common_exceptions - Custom exceptions used or raised by common_api.py";
private

Definition at line 12 of file common_exceptions.py.

◆ __author__

string nv_python_libs.common.common_exceptions.__author__ = "R.D. Vaughan"
private

Definition at line 13 of file common_exceptions.py.

◆ __version__

string nv_python_libs.common.common_exceptions.__version__ = "v0.1.2"
private

Definition at line 14 of file common_exceptions.py.

◆ __all__

list nv_python_libs.common.common_exceptions.__all__ = ["WebCgiUrlError", "WebCgiHttpError", "WebCgiRssError", "WebCgiVideoNotFound", "WebCgiInvalidSearchType", "WebCgiXmlError", "WebCgiVideoDetailError", "WebCgiCategoryNotFound", ]
private

Definition at line 19 of file common_exceptions.py.