This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
barkshark-web/barkshark_web/exceptions.py
2022-04-16 06:23:04 -04:00

6 lines
200 B
Python

class NoAccountsError(Exception):
'Raise when doing an action that requires a fediverse account, but none exist'
class AccountNotFoundError(Exception):
'Raise when a specific account is not found'