def handle_bad_request(e): log.exception('Whatever exception')
def all_exception_handler(error): log.exception('Whatever exception')