MythTV  master
Classes | Variables
nv_python_libs.bbciplayer.bbciplayer_exceptions Namespace Reference

Classes

class  BBCBaseError
 
class  BBCConfigFileError
 
class  BBCHttpError
 
class  BBCRssError
 
class  BBCUrlDownloadError
 
class  BBCUrlError
 
class  BBCVideoNotFound
 

Variables

string __title__ = "bbciplayer_exceptions - Custom exceptions used or raised by bbciplayer_api";
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "v0.1.0"
 
list __all__ = ["BBCUrlError", "BBCHttpError", "BBCRssError", "BBCVideoNotFound", "BBCConfigFileError", "BBCUrlDownloadError"]
 

Variable Documentation

◆ __title__

string nv_python_libs.bbciplayer.bbciplayer_exceptions.__title__ = "bbciplayer_exceptions - Custom exceptions used or raised by bbciplayer_api";
private

Definition at line 12 of file bbciplayer_exceptions.py.

◆ __author__

string nv_python_libs.bbciplayer.bbciplayer_exceptions.__author__ = "R.D. Vaughan"
private

Definition at line 13 of file bbciplayer_exceptions.py.

◆ __version__

string nv_python_libs.bbciplayer.bbciplayer_exceptions.__version__ = "v0.1.0"
private

Definition at line 14 of file bbciplayer_exceptions.py.

◆ __all__

list nv_python_libs.bbciplayer.bbciplayer_exceptions.__all__ = ["BBCUrlError", "BBCHttpError", "BBCRssError", "BBCVideoNotFound", "BBCConfigFileError", "BBCUrlDownloadError"]
private

Definition at line 17 of file bbciplayer_exceptions.py.