thunderbird_accounts.utils.exceptions

Exceptions

UnexpectedBehaviour(message)

Raise when something weird happens, you should call sentry_sdk.set_context to give some context to the error

exception thunderbird_accounts.utils.exceptions.UnexpectedBehaviour(message: str)[source]

Bases: Exception

Raise when something weird happens, you should call sentry_sdk.set_context to give some context to the error

__init__(message: str)[source]