Example #1
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "401 Not Authorized"
     self.response.set_header("WWW-Authenticate",  "Basic")
Example #2
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "401 Not Authorized"
     self.response.set_header("WWW-Authenticate", "Basic")
Example #3
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "440 Invalid Session"
Example #4
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "440 Invalid Session"