aiomas.exceptions

Exception types used by aiomas.

exception aiomas.exceptions.AiomasError[source]

Base class for all exceptions defined by aiomas.

exception aiomas.exceptions.RemoteException(origin, remote_traceback)[source]

Wraps a traceback of an exception on the other side of a channel.

origin is the remote peername.

remote_traceback is the remote exception’s traceback.

origin = None

Peername (producer of the exception)

remote_traceback = None

Original traceback

exception aiomas.exceptions.SerializationError[source]

Raised when an object cannot be serialized.