I want to catch each and every exception (including indentation error in views), where can I catch them all ?
I have written a middleware, it catches few exceptions and not all of them.
Note: IndentationError
in the title is just an example, I want to catch each and every exception in the application.