We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def961a commit 059cc8dCopy full SHA for 059cc8d
roundup/cgi/exceptions.py
@@ -1,4 +1,4 @@
1
-#$Id: exceptions.py,v 1.5 2004-05-11 13:03:07 a1s Exp $
+#$Id: exceptions.py,v 1.6 2004-11-18 14:10:27 a1s Exp $
2
'''Exceptions for use in Roundup's web interface.
3
'''
4
@@ -9,6 +9,9 @@
9
class HTTPException(Exception):
10
pass
11
12
+class LoginError(HTTPException):
13
+ pass
14
+
15
class Unauthorised(HTTPException):
16
17
@@ -56,4 +59,4 @@ def __str__(self):
56
59
</body></html>
57
60
'''%cgi.escape(self.args[0])
58
61
-# vim: set filetype=python ts=4 sw=4 et si
62
+# vim: set filetype=python sts=4 sw=4 et si :
0 commit comments