Skip to content

exceptions

django_spire.notification.app.exceptions

AppNotificationError

MissingUserError

Bases: AppNotificationError

Source code in django_spire/notification/app/exceptions.py
def __init__(self) -> None:
    super().__init__('AppNotifications must have a user associated with them')