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", ]