exceptions
Specifies custom exceptions defined for IO problems.
Raises:
Type | Description |
---|---|
ElogFileFormatError
|
Raised if an attachment is specified in an incorrect format. |
ElogFileFormatError
Bases: Exception
Raised when an eLog attachment is specified in an invalid format.
Source code in lute/io/exceptions.py
12 13 14 15 |
|