Raise NoAccountsError when all accounts limited

This commit is contained in:
Zed
2025-02-05 00:32:55 +01:00
parent 19569bb19f
commit 28d3ed7d9f
3 changed files with 10 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ genPrefsType()
type
RateLimitError* = object of CatchableError
NoAccountsError* = object of CatchableError
InternalError* = object of CatchableError
BadClientError* = object of CatchableError