Exception: Chef::Exceptions::BootstrapCommandInputError

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

Instance Method Summary collapse

Constructor Details

#initializeBootstrapCommandInputError

Returns a new instance of BootstrapCommandInputError.



89
90
91
# File 'lib/chef/exceptions.rb', line 89

def initialize
  super "You cannot pass both --json-attributes and --json-attribute-file. Please pass one or none."
end