This pull request add a new settings in FRIENDLY_ERRORS.
CATCH_ALL_EXCEPTIONS tell rest_framework_friendly_errors.handlers.friendly_exception_handler to build rest_framework.exception.APIException when rest_framework.exceptions.exception_handler can't build a response.
This pull request add a new settings in
FRIENDLY_ERRORS
.CATCH_ALL_EXCEPTIONS
tellrest_framework_friendly_errors.handlers.friendly_exception_handler
to buildrest_framework.exception.APIException
whenrest_framework.exceptions.exception_handler
can't build a response.