We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c8d355 + 764366b commit ddbd3cbCopy full SHA for ddbd3cb
docs/api-guide/exceptions.md
@@ -84,7 +84,7 @@ Note that the exception handler will only be called for responses generated by r
84
85
**Signature:** `APIException()`
86
87
-The **base class** for all exceptions raised inside REST framework.
+The **base class** for all exceptions raised inside an `APIView` class or `@api_view`.
88
89
To provide a custom exception, subclass `APIException` and set the `.status_code` and `.default_detail` properties on the class.
90
0 commit comments