class Chef::Exceptions::BootstrapCommandInputError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/chef/exceptions.rb, line 86 def initialize super "You cannot pass both --json-attributes and --json-attribute-file. Please pass one or none." end