This commit is contained in:
2022-06-26 07:57:43 +12:00
parent d06b7d0a76
commit 2c6c1f6f34
4 changed files with 91 additions and 35 deletions

View File

@@ -23,6 +23,14 @@ class AccountNotFound(Error):
"""
Account not found
Args:
Error (_type_): _description_
"""
class ContactNotFound(Error):
"""
Account not found
Args:
Error (_type_): _description_
"""