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.
8 9 10 |
# File 'lib/eac_config/entry/not_found_error.rb', line 8 def initialize(entry) super("Entry #{entry} not found") end |