|
MythTV
0.27pre
|
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", ] |
| 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.
1.8.1.2