##// END OF EJS Templates
Speed up post hiding, do not load the hidden posts list for each post being processed
Speed up post hiding, do not load the hidden posts list for each post being processed

File last commit:

r1602:beb32860 default
r2082:47f758c2 default
Show More
exceptions.py
10 lines | 132 B | text/x-python | PythonLexer
neko259
Moved exceptions to a separate module
r1602 class BannedException(Exception):
pass
class ArchiveException(Exception):
pass
class SyncException(Exception):
pass