Exception: Aviator::Service::UnknownRequestError

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

Instance Method Summary collapse

Constructor Details

#initialize(request_name, options) ⇒ UnknownRequestError

Returns a new instance of UnknownRequestError.



40
41
42
# File 'lib/puppet/feature/aviator/core/service.rb', line 40

def initialize(request_name, options)
  super "Unknown request #{ request_name } #{ options }."
end