diff --git a/api-guide/exceptions.html b/api-guide/exceptions.html index 0f6a1f0b8..6610fce7e 100644 --- a/api-guide/exceptions.html +++ b/api-guide/exceptions.html @@ -217,7 +217,7 @@ a.fusion-poweredby {
REST framework's views handle various exceptions, and deal with returning appropriate error responses.
The handled exceptions are:
APIException
raised inside REST framework.APIException
raised inside an APIView class or @api_view.Http404
exception.PermissionDenied
exception.