exceptions.py 135 B

123456789
  1. """
  2. ACL Exceptions thrown by Misago actions
  3. """
  4. class ACLError403(Exception):
  5. pass
  6. class ACLError404(Exception):
  7. pass