MythTV  master
Classes | Variables
giantbomb.giantbomb_exceptions Namespace Reference

Classes

class  GiantBombBaseError
 
class  GiantBombGameNotFound
 
class  GiantBombHttpError
 
class  GiantBombXmlError
 

Variables

string __title__ = "giantbomb_exceptions - Custom exceptions used or raised by giantbomb_api";
 
string __author__ = "R.D. Vaughan"
 
string __version__ = "v0.1.0"
 
list __all__ = ["GiantBombBaseError", "GiantBombHttpError", "GiantBombXmlError", "GiantBombGameNotFound", ]
 

Variable Documentation

◆ __title__

string giantbomb.giantbomb_exceptions.__title__ = "giantbomb_exceptions - Custom exceptions used or raised by giantbomb_api";
private

Definition at line 12 of file giantbomb_exceptions.py.

◆ __author__

string giantbomb.giantbomb_exceptions.__author__ = "R.D. Vaughan"
private

Definition at line 13 of file giantbomb_exceptions.py.

◆ __version__

string giantbomb.giantbomb_exceptions.__version__ = "v0.1.0"
private

Definition at line 14 of file giantbomb_exceptions.py.

◆ __all__

list giantbomb.giantbomb_exceptions.__all__ = ["GiantBombBaseError", "GiantBombHttpError", "GiantBombXmlError", "GiantBombGameNotFound", ]
private

Definition at line 17 of file giantbomb_exceptions.py.