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.



42
43
44
# File 'lib/puppet/feature/aviator/core/service.rb', line 42

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