feat(core): Add MethodNot Allowed to Centurion exceptions
ref: #15 #248 #368 #374
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
from rest_framework import exceptions, status
|
||||
from rest_framework.exceptions import (
|
||||
MethodNotAllowed,
|
||||
PermissionDenied,
|
||||
ValidationError,
|
||||
PermissionDenied
|
||||
)
|
||||
|
||||
class MissingAttribute(Exception):
|
||||
|
Reference in New Issue
Block a user