feat(core): Add Parse error to exceptions

ref: #248 #368 #377
This commit is contained in:
2024-11-02 19:13:34 +09:30
parent f522e6f9c1
commit a2cac47414

View File

@ -1,6 +1,7 @@
from rest_framework import exceptions, status
from rest_framework.exceptions import (
MethodNotAllowed,
ParseError,
PermissionDenied,
ValidationError,
)