error¶
Exceptions¶
Exception raised by functions defined in E3. |
Module Contents¶
- exception error.E3Error(message: str | list[str], origin: str | None = None)¶
Bases:
ExceptionException raised by functions defined in E3.
- origin = None¶
- messages = []¶
- __iadd__(other: str | list[str] | E3Error) E3Error¶
Add messages to the current instance.
- Parameters:
other – a message or an E3Error instance
- __str__() str¶
Return str(self).