Exception: Aviator::Service::UnknownRequestError
- Defined in:
- lib/puppet/feature/aviator/core/service.rb
Instance Method Summary collapse
-
#initialize(request_name, options) ⇒ UnknownRequestError
constructor
A new instance of UnknownRequestError.
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, ) super "Unknown request #{ request_name } #{ }." end |