Go to the documentation of this file.
12 __title__ =
"mtv_exceptions - Custom exceptions used or raised by mtv_api";
13 __author__=
"R.D. Vaughan"
18 __all__ = [
"MtvUrlError",
"MtvHttpError",
"MtvRssError",
"MtvVideoNotFound",
"MtvInvalidSearchType",
"MtvXmlError",
"MtvVideoDetailError", ]