attribute access and setting for pydantic_model uned the hood
This commit is contained in:
6
orm/exceptions.py
Normal file
6
orm/exceptions.py
Normal file
@ -0,0 +1,6 @@
|
||||
class AsyncOrmException(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class ModelDefinitionError(AsyncOrmException):
|
||||
pass
|
||||
Reference in New Issue
Block a user