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