MCPcopy Create free account
hub / github.com/encode/django-rest-framework / NotFound

Class NotFound

rest_framework/exceptions.py:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188class NotFound(APIException):
189 status_code = status.HTTP_404_NOT_FOUND
190 default_detail = _('Not found.')
191 default_code = 'not_found'
192
193
194class MethodNotAllowed(APIException):

Callers 2

paginate_querysetMethod · 0.90
decode_cursorMethod · 0.90

Calls 1

_Function · 0.85

Tested by

no test coverage detected