"""
ACL Exceptions thrown by Misago actions
"""

class ACLError403(Exception):
    pass

class ACLError404(Exception):
    pass