Go to the documentation of this file.
12__title__ =
"tedtalks_exceptions - Custom exceptions used or raised by tedtalks_api";
13__author__=
"R.D. Vaughan"
17__all__ = [
"TedTalksUrlError",
"TedTalksHttpError",
"TedTalksRssError",
"TedTalksVideoNotFound",
"TedTalksConfigFileError",
"TedTalksUrlDownloadError"]