diff --git a/api-guide/exceptions.html b/api-guide/exceptions.html index 3d5c15ec2..67bc98550 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 of classes subclassing APIView REST framework.APIException
raised inside of classes subclassing APIView.Http404
exception.PermissionDenied
exception.