示例#1
0
文件: httpInterface.py 项目: dmwm/DDM
 def __init__(self, error):
     self.err = "%s" % error
     PopularityException.__init__(self, '%s' % error)
示例#2
0
 def __init__(self, error):
     self.err = "%s" % error
     PopularityException.__init__(self, 'das Interface error: %s' % error)
示例#3
0
 def __init__(self, error):
     self.err = "%s" % error
     PopularityException.__init__(self, '%s' % error)