# frozen_string_literal: true module HtmlKit module Errors class InvalidUrlError < StandardError; end end end