error

E3 base exception class.

Module Contents

exception error.E3Error(message: str | list[str], origin: str | None = None)

Bases: Exception

Exception raised by functions defined in E3.

__iadd__(other: str | list[str] | E3Error) typing_extensions.Self

Add messages to the current instance.

Parameters:

other – a message or an E3Error instance

__str__() str

Return string representation of E3 error.