class documentation

class FileUnicodeError(Error): (source)

View In Hierarchy

Error raised when there is an issue decoding the file contents. Typically due to different encoding where UTF-8 is expected.
Method __init__ Undocumented
Instance Variable description Undocumented
Instance Variable error Undocumented
Instance Variable file Undocumented
Instance Variable msg Undocumented

Inherited from Error:

Method __repr__ Undocumented
Method __str__ Undocumented
def __init__(self, file, error): (source)

Undocumented

description = (source)

Undocumented

error = (source)

Undocumented

file = (source)

Undocumented

Undocumented