Go to the documentation of this file.
12 __title__ =
"dailymotion_exceptions - Custom exceptions used or raised by dailymotion_api";
13 __author__=
"R.D. Vaughan"
19 __all__ = [
"DailymotionUrlError",
"DailymotionHttpError",
"DailymotionRssError",
"DailymotionVideoNotFound",
"DailymotionInvalidSearchType",
"DailymotionXmlError",
"DailymotionVideoDetailError",
"DailymotionCategoryNotFound", ]