src/cm/exception.py
author Simon Descarpentries <sid@sopinspace.com>
Mon, 14 Apr 2014 11:05:01 +0200
changeset 635 57d3834c5c01
parent 0 40c8f766c9b8
permissions -rw-r--r--
Skip some tests in karma test suite to stay on a success state
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