feat(core): Add MethodNot Allowed to Centurion exceptions

ref: #15 #248 #368 #374
This commit is contained in:
2024-11-01 14:58:36 +09:30
parent 903bda0fed
commit 8b701785b3

View File

@ -1,7 +1,8 @@
from rest_framework import exceptions, status
from rest_framework.exceptions import (
MethodNotAllowed,
PermissionDenied,
ValidationError,
PermissionDenied
)
class MissingAttribute(Exception):