exception documentation

class DecodeError(Exception): (source)

View In Hierarchy

Exception raised when a file cannot be decoded due to an unknown encoding type. Essentially a wrapper for the LookupError raised by `bytearray.decode`