Добавление custom_exception_handler

This commit is contained in:
2026-07-18 22:44:06 +03:00
parent 7f87794fcc
commit a8d36b59b4
6 changed files with 93 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
from typing import Any
from uuid import UUID
from rest_framework.exceptions import ValidationError
from rest_framework.permissions import AllowAny
from net.xeaf.rack.core import CoreModel