Files
RasadDam_Backend/apps/herd/exception.py

8 lines
292 B
Python

from rest_framework.exceptions import APIException
from rest_framework import status
class UniqueRancherApiException(APIException):
status_code = status.HTTP_403_FORBIDDEN
default_detail = "دامدار با این کد ملی از قبل در سیستم وجود دارد" # noqa