# File lib/webmock/response.rb, line 67
    def raise_error_if_any
      raise @exception if @exception
    end