members.lumbung.space/members_lumbung_space/exceptions.py
cellarspoon 566bf395fe
init
2022-01-10 13:34:17 +01:00

8 lines
131 B
Python

"""Exceptions."""
class RequiresLoginException(Exception):
"""An exception thrown if the user is not logged in."""
pass