##// END OF EJS Templates
Allow settings max file size to 0 to disable the size check at all
Allow settings max file size to 0 to disable the size check at all

File last commit:

r1602:beb32860 default
r1842:98d46054 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