Example #1
0
 def f():
     with pb._wrapRemoteException():
         raise Error()
Example #2
0
 def f():
     with pb._wrapRemoteException():
         raise twisted_pb.RemoteError(
             'twisted.spread.flavors.ProtocolError', None, None)
Example #3
0
 def f():
     with pb._wrapRemoteException():
         raise twisted_pb.RemoteError(
             'twisted.spread.flavors.NoSuchMethod', None, None)