refactor: entity not found exceptions handler
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
class ObjectNotFoundException(Exception):
|
||||
pass
|
||||
def __init__(self, name: str):
|
||||
self.name = name
|
||||
|
||||
Reference in New Issue
Block a user