add exception

This commit is contained in:
2025-07-15 22:01:43 -05:00
parent 0457aeada7
commit 996d171e11

View File

@@ -4,3 +4,7 @@ class AlreadyExistsException(Exception):
class NotFoundException(Exception):
pass
class ConflictException(Exception):
pass