##// END OF EJS Templates
Do not show random images on the landing page
Do not show random images on the landing page

File last commit:

r1602:beb32860 default
r1872:40f9cee0 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