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