##// END OF EJS Templates
Added tag 4.11.0 for changeset 2f9d7bc70eef
Added tag 4.11.0 for changeset 2f9d7bc70eef

File last commit:

r1602:beb32860 default
r2110:208e1fd7 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