MCPcopy Index your code
hub / github.com/encode/django-rest-framework / get_exception_handler

Method get_exception_handler

rest_framework/views.py:300–304  ·  view source on GitHub ↗

Returns the exception handler that this view uses.

(self)

Source from the content-addressed store, hash-verified

298 return self._negotiator
299
300 def get_exception_handler(self):
301 """
302 Returns the exception handler that this view uses.
303 """
304 return self.settings.EXCEPTION_HANDLER
305
306 # API policy implementation methods
307

Callers 1

handle_exceptionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected