Exception: OpenConfig::Errors::FileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- OpenConfig::Errors::FileNotFound
- Defined in:
- lib/open_config/errors.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ FileNotFound
constructor
A new instance of FileNotFound.
Constructor Details
#initialize(path) ⇒ FileNotFound
Returns a new instance of FileNotFound.
6 7 8 |
# File 'lib/open_config/errors.rb', line 6 def initialize(path) super("#{path} doesn't exist!") end |