Example #1
0
 def __init__(self):
     """Costruttore standard."""
     SenderError.__init__(self, repr('Captcha'))
Example #2
0
 def __init__(self, site):
     """Costruttore standard."""
     SenderError.__init__(self, site)
 def __init__(self, site, msg = None):
     """Costruttore standard."""
     SenderError.__init__(self, site)
     self.msg = msg
Example #4
0
 def __init__(self, site, msg):
     """Costruttore standard."""
     SenderError.__init__(self, site)
     self.msg = msg
Example #5
0
 def __init__(self, site):
     """Costruttore standard."""
     SenderError.__init__(self, site)
Example #6
0
 def __init__(self):
     """Costruttore standard."""
     SenderError.__init__(self, repr('Captcha'))