Source code for controller.sentry.exceptions

"""Exceptions."""


[docs]class SentryException(Exception): """All sentry related Exception."""
[docs]class SentryNoOutcomeException(Exception): """Exception Raised when sentry doesn't return any stats."""