new(operation, entry, cause = nil)click to toggle source
# File lib/chef/chef_fs/file_system/operation_not_allowed_error.rb, line 25definitialize(operation, entry, cause = nil)
super(entry, cause)
@operation = operationend
Public Instance Methods
reason()click to toggle source
# File lib/chef/chef_fs/file_system/operation_not_allowed_error.rb, line 33defreasoncaseoperationwhen:delete"cannot be deleted"when:write"cannot be updated"when:create_child"cannot have a child created under it"when:read"cannot be read"endend