MythTV  master
Classes | Namespaces | Variables
giantbomb_exceptions.py File Reference

Go to the source code of this file.

Classes

class  giantbomb.giantbomb_exceptions.GiantBombBaseError
 
class  giantbomb.giantbomb_exceptions.GiantBombHttpError
 
class  giantbomb.giantbomb_exceptions.GiantBombXmlError
 
class  giantbomb.giantbomb_exceptions.GiantBombGameNotFound
 

Namespaces

 giantbomb.giantbomb_exceptions
 

Variables

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