aiomas.exceptions¶
Exception types used 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
-