class documentation

class FileWriteError(Error): (source)

View In Hierarchy

Error raised when we can not write a file. Either due to file permissions or e.g. because it is detected the file changed on disk.

Inherited from Error:

Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Instance Variable description Undocumented
Instance Variable msg Undocumented