src/cm/exception.py
author gibus
Wed, 27 Feb 2013 14:16:44 +0100
changeset 500 bd3d22f634f7
parent 0 40c8f766c9b8
permissions -rw-r--r--
Added tag 2.5.0 for changeset 805e08ea57b1
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