예제 #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)