Exception: EacConfig::Entry::NotFoundError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- EacConfig::Entry::NotFoundError
- Defined in:
- lib/eac_config/entry/not_found_error.rb
Instance Method Summary collapse
-
#initialize(entry) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(entry) ⇒ NotFoundError
Returns a new instance of NotFoundError.
6 7 8 |
# File 'lib/eac_config/entry/not_found_error.rb', line 6 def initialize(entry) super("Entry #{entry} not found") end |