src/cm/exception.py
author Simon Descarpentries <sid@sopinspace.com>
Mon, 17 Feb 2014 19:18:42 +0100
changeset 578 1793daa8df8a
parent 0 40c8f766c9b8
permissions -rw-r--r--
Add tests for other unloggedely accessible webpages
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