Added exception for AccountNotFound

This commit is contained in:
2022-05-27 22:19:17 +12:00
parent 7eaf7c99dd
commit 6a03577605
4 changed files with 39 additions and 0 deletions

View File

@@ -18,3 +18,11 @@ class InvalidData(Error):
Args:
Error (_type_): _description_
"""
class AccountNotFound(Error):
"""
Account not found
Args:
Error (_type_): _description_
"""