##// END OF EJS Templates
Added tag 3.3.0 for changeset 1376f5fc4435
Added tag 3.3.0 for changeset 1376f5fc4435

File last commit:

r1602:beb32860 default
r1657:3dfbcaeb default
Show More
exceptions.py
10 lines | 132 B | text/x-python | PythonLexer
class BannedException(Exception):
pass
class ArchiveException(Exception):
pass
class SyncException(Exception):
pass