Exception: Chef::Exceptions::BootstrapCommandInputError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Chef::Exceptions::BootstrapCommandInputError
- Defined in:
- lib/chef/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ BootstrapCommandInputError
constructor
A new instance of BootstrapCommandInputError.
Constructor Details
#initialize ⇒ BootstrapCommandInputError
Returns a new instance of BootstrapCommandInputError.
88 89 90 |
# File 'lib/chef/exceptions.rb', line 88 def initialize super "You cannot pass both --json-attributes and --json-attribute-file. Please pass one or none." end |