Exception: Aviator::Session::InvalidConfigFilePathError

Inherits:
ArgumentError
  • Object
show all
Defined in:
lib/puppet/feature/aviator/core/session.rb

Instance Method Summary collapse

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