# File lib/typhoeus/errors/no_stub.rb, line 7
      def initialize(request)
        super("The connection is blocked and no stub defined: #{request.url}")
      end