from __future__ import annotations [docs] class NewsletterException(Exception): pass [docs] class AlreadyExistsError(NewsletterException): """ Raised if a newsletter exists already. """