members.lumbung.space/members_lumbung_space/exceptions.py

8 lines
131 B
Python
Raw Normal View History

2022-01-10 12:34:17 +00:00
"""Exceptions."""
class RequiresLoginException(Exception):
"""An exception thrown if the user is not logged in."""
pass