Exception: Chef::Exceptions::Secret::InvalidFetcherService
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Chef::Exceptions::Secret::InvalidFetcherService
- Defined in:
- lib/chef/exceptions.rb
Instance Method Summary collapse
-
#initialize(given, fetcher_service_names) ⇒ InvalidFetcherService
constructor
A new instance of InvalidFetcherService.
Constructor Details
#initialize(given, fetcher_service_names) ⇒ InvalidFetcherService
Returns a new instance of InvalidFetcherService.
301 302 303 |
# File 'lib/chef/exceptions.rb', line 301 def initialize(given, fetcher_service_names) super("#{given} is not a supported secrets service. Supported services are: :#{fetcher_service_names.join(" :")}") end |