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.