Commit 4ebd8770 by José Padilla

Update excepteion_handler signature

parent 26c223a3
...@@ -48,7 +48,7 @@ def get_view_description(view_cls, html=False): ...@@ -48,7 +48,7 @@ def get_view_description(view_cls, html=False):
return description return description
def exception_handler(exc, context=None): def exception_handler(exc, context):
""" """
Returns the response that should be used for any given exception. Returns the response that should be used for any given exception.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment