FutureMind / drf-friendly-errors

Extension for Django REST framework error display
MIT License
129 stars 58 forks source link

Add settings to catch all exception as friendly errors #3

Closed toxinu closed 8 years ago

toxinu commented 8 years ago

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.