class Chef::Exceptions::BootstrapCommandInputError
Public Class Methods
Source
# 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
Calls superclass method