Go to the documentation of this file.
12 __title__ =
"mashups_exceptions - Custom exceptions used or raised by mashups_api";
13 __author__=
"R.D. Vaughan"
17 __all__ = [
"MashupsUrlError",
"MashupsHttpError",
"MashupsRssError",
"MashupsVideoNotFound",
"MashupsConfigFileError",
"MashupsUrlDownloadError"]