Exception: OpenConfig::Errors::FileNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/open_config/errors.rb

Instance Method Summary collapse

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