error

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) E3Error

Add messages to the current instance.

Parameters:

other – a message or an E3Error instance

__str__() str

Return str(self).