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

Go to the source code of this file.

Classes

class  nv_python_libs.mtv.mtv_exceptions.mtvBaseError
 
class  nv_python_libs.mtv.mtv_exceptions.MtvUrlError
 
class  nv_python_libs.mtv.mtv_exceptions.MtvHttpError
 
class  nv_python_libs.mtv.mtv_exceptions.MtvRssError
 
class  nv_python_libs.mtv.mtv_exceptions.MtvVideoNotFound
 
class  nv_python_libs.mtv.mtv_exceptions.MtvInvalidSearchType
 
class  nv_python_libs.mtv.mtv_exceptions.MtvXmlError
 
class  nv_python_libs.mtv.mtv_exceptions.MtvVideoDetailError
 

Namespaces

 nv_python_libs.mtv.mtv_exceptions
 

Variables

string nv_python_libs.mtv.mtv_exceptions.__title__ = "mtv_exceptions - Custom exceptions used or raised by mtv_api";
 
string nv_python_libs.mtv.mtv_exceptions.__author__ = "R.D. Vaughan"
 
string nv_python_libs.mtv.mtv_exceptions.__version__ = "v0.2.0"
 
list nv_python_libs.mtv.mtv_exceptions.__all__ = ["MtvUrlError", "MtvHttpError", "MtvRssError", "MtvVideoNotFound", "MtvInvalidSearchType", "MtvXmlError", "MtvVideoDetailError", ]