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