src/cm/exception.py
author gibus
Mon, 29 Nov 2010 12:07:44 +0100
changeset 337 614669e0e313
parent 0 40c8f766c9b8
permissions -rw-r--r--
Add url parameter (comment_op=reply) to open automatically reply to comment form
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
class UnauthorizedException(Exception):
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
    pass