class Chef::ChefFS::FileSystem::DefaultEnvironmentCannotBeModifiedError
Public Instance Methods
reason()
click to toggle source
Calls superclass method
# File lib/chef/chef_fs/file_system/exceptions.rb, line 97 def reason result = super result + " (default environment cannot be modified)" end