Re-raise exception if there is no response
It's possible that `rescue ExceptionWithResponse` could catch a type of exception that has no response. So we need to check if there is a response before we return it
Showing
Please register or sign in to comment