class Chef::ChefFS::FileSystem::CookbookFrozenError

Public Class Methods

new(operation, entry, cause = nil) click to toggle source
# File lib/chef/chef_fs/file_system/cookbook_frozen_error.rb, line 25
def initialize(operation, entry, cause = nil)
  super(operation, entry, cause)
end