Repository URL to install this package:
|
Version:
1.0.7 ▾
|
from rest_framework import exceptions, status
class ConflictException(exceptions.APIException):
status_code = status.HTTP_409_CONFLICT