Sha256: 2c141e2ae7b6890f6e4e17b9835cb7b85d47da84aaa4add6629f1fc794b00248
Contents?: true
Size: 236 Bytes
Versions: 72
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
72 entries across 72 versions & 2 rubygems