Exception: Aviator::Session::InvalidConfigFilePathError
- Defined in:
- lib/puppet/feature/aviator/core/session.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ InvalidConfigFilePathError
constructor
A new instance of InvalidConfigFilePathError.
Constructor Details
#initialize(path) ⇒ InvalidConfigFilePathError
Returns a new instance of InvalidConfigFilePathError.
36 37 38 |
# File 'lib/puppet/feature/aviator/core/session.rb', line 36 def initialize(path) super("The config file at #{ path } does not exist!") end |