# frozen_string_literal: true module Aranha module Parsers class SourceAddress class FetchContentError < ::RuntimeError end end end end