Repository URL to install this package:
|
Version:
4.3.2-1 ▾
|
class NetworkError(Exception):
def __init__(self, msg):
Exception.__init__(self)
self.msg = msg
def __str__(self):
return self.msg