Exception: EacConfig::Entry::NotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/eac_config/entry/not_found_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(entry) ⇒ NotFoundError

Returns a new instance of NotFoundError.



8
9
10
# File 'lib/eac_config/entry/not_found_error.rb', line 8

def initialize(entry)
  super("Entry #{entry} not found")
end