embfile.errors

Reference

exception embfile.errors.Error[source]

Bases: Exception

Base class of all errors raised by embfile

exception embfile.errors.IllegalOperation[source]

Bases: embfile.errors.Error

Raised when the user attempts to perform an operation that is illegal in the current state (e.g. using a closed file)

exception embfile.errors.BadEmbFile[source]

Bases: embfile.errors.Error

Raised when the file is malformed.