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