Exception: Chef::Exceptions::Secret::MissingFetcher

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(fetcher_service_names) ⇒ MissingFetcher

Returns a new instance of MissingFetcher.



307
308
309
# File 'lib/chef/exceptions.rb', line 307

def initialize(fetcher_service_names)
  super("No secret service provided. Supported services are: :#{fetcher_service_names.join(" :")}")
end