mirror of
https://github.com/haiwen/libsearpc.git
synced 2025-09-07 23:59:20 +00:00
pysearpc: implemented named pipe client (and server, for testing)
This commit is contained in:
7
pysearpc/errors.py
Normal file
7
pysearpc/errors.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class NetworkError(Exception):
|
||||
def __init__(self, msg):
|
||||
Exception.__init__(self)
|
||||
self.msg = msg
|
||||
|
||||
def __str__(self):
|
||||
return self.msg
|
Reference in New Issue
Block a user