newsletter.errors ================= .. py:module:: newsletter.errors Exceptions ---------- .. autoapisummary:: newsletter.errors.NewsletterException newsletter.errors.AlreadyExistsError Module Contents --------------- .. py:exception:: NewsletterException Bases: :py:obj:`Exception` Common base class for all non-exit exceptions. .. py:exception:: AlreadyExistsError Bases: :py:obj:`NewsletterException` Raised if a newsletter exists already.