class RPCException(exceptions.Exception):
Indicates a generic failure during an RPC call.
class RemoteException(parley.__init__.RPCException):
This exception indicates that the remote actor responded to a message by sending an exception.
class StopActor(exceptions.Exception):
Raise this exception to cause an actor to terminate normally.