Sha256: 2c141e2ae7b6890f6e4e17b9835cb7b85d47da84aaa4add6629f1fc794b00248

Contents?: true

Size: 236 Bytes

Versions: 74

Compression:

Stored size: 236 Bytes

Contents

# frozen_string_literal: true

require 'eac_ruby_utils/core_ext'

module EacConfig
  class Entry
    class NotFoundError < ::RuntimeError
      def initialize(entry)
        super("Entry #{entry} not found")
      end
    end
  end
end

Version data entries

74 entries across 74 versions & 2 rubygems

Version Path
eac_config-0.13.0 lib/eac_config/entry/not_found_error.rb
eac_tools-0.72.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.70.1 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.70.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.69.1 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.69.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.68.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.67.1 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.67.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.66.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.65.1 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.65.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.64.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.63.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.62.1 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.62.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.61.1 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.61.0 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.60.3 sub/eac_config/lib/eac_config/entry/not_found_error.rb
eac_tools-0.60.2 sub/eac_config/lib/eac_config/entry/not_found_error.rb