Custom Exception Handler not being called

54 views
Skip to first unread message

Néstor Boscán

unread,
Oct 9, 2014, 10:14:32 PM10/9/14
to django...@googlegroups.com
Hi

I've created a rest service using the APIView and created my own custom exception handler. I configured my custom exception handler in my settings.py file using:

REST_FRAMEWORK = {
    'EXCEPTION_HANDLER': 'module.custom_exception_handler'
}

But when an exception is raised my custom exception handler is not invocked.

Regards,

Néstor

Daniel Roseman

unread,
Oct 10, 2014, 9:25:13 AM10/10/14
to django...@googlegroups.com
You should ask this on the Django Rest Framework mailing list.
--
DR. 
Reply all
Reply to author
Forward
0 new messages