MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Classes | Variables
giantbomb.giantbomb_exceptions Namespace Reference

Classes

class  GiantBombBaseError
class  GiantBombHttpError
class  GiantBombXmlError
class  GiantBombGameNotFound

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

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

Definition at line 12 of file giantbomb_exceptions.py.

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

Definition at line 13 of file giantbomb_exceptions.py.

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

Definition at line 14 of file giantbomb_exceptions.py.

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

Definition at line 17 of file giantbomb_exceptions.py.