Beispiel #1
0
 def raise_error(msg, timeout=None):
     raise katcp.KatcpClientError("Error %s" % msg.name)
Beispiel #2
0
 def raise_error(msg):
     raise katcp.KatcpClientError("Error %s" % msg.name)