You've already forked akaunting-py
Added exception for AccountNotFound
This commit is contained in:
@@ -18,3 +18,11 @@ class InvalidData(Error):
|
||||
Args:
|
||||
Error (_type_): _description_
|
||||
"""
|
||||
|
||||
class AccountNotFound(Error):
|
||||
"""
|
||||
Account not found
|
||||
|
||||
Args:
|
||||
Error (_type_): _description_
|
||||
"""
|
||||
Reference in New Issue
Block a user