Exceptions

Generic

exception tokage.TokageNotFound

This Error is the base class of all Errors in Tokage. Usually you wont recive this error, but some functions may raise it.

Specific

exception tokage.AnimeNotFound

This Error is raised when an Anime was not found.

exception tokage.MangaNotFound

This Error is raised when a Manga was not found.

exception tokage.CharacterNotFound

This Error is raised when a Character was not found.

exception tokage.PersonNotFound

This Error is raised when a Person was not found.