exception ZeroDivisionError Raised when the second argument of a division or modulo operation is zero. The associated value
reason A string describing the specific codec error.
exception DeprecationWarning Base class for warnings about deprecated features.
exception SyntaxError Raised when the parser encounters a syntax error. This may occur in an import statement,
exception ImportError Raised when an import statement fails to find the module definition or when a from
exception RuntimeError Raised when an error is detected that doesn’t fall in any of the other categories. The associated value
exception EOFError Raised when the
exception UnicodeTranslateError Raised when a Unicode-related error occurs during translating. It is a subclass of UnicodeError
exception UnicodeDecodeError Raised when a Unicode-related error occurs during decoding. It is a subclass of UnicodeError
exception UnicodeWarning Base class for warnings related to Unicode.
Page 6 of 8