Exception: Aviator::Request::PathNotDefinedError

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

Instance Method Summary collapse

Constructor Details

#initializePathNotDefinedError

Returns a new instance of PathNotDefinedError.



18
19
20
# File 'lib/puppet/feature/aviator/core/request.rb', line 18

def initialize
  super "path is not defined."
end