src/cm/exception.py
author gibus
Thu, 24 May 2012 15:59:12 +0200
changeset 444 9246b0057a75
parent 0 40c8f766c9b8
permissions -rw-r--r--
Exports to epub only with pandoc 1.9 and upper versions.
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