summaryrefslogtreecommitdiff
path: root/lib/chef/exceptions.rb
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-07-10 12:15:07 -0600
committerJohn Keiser <john@johnkeiser.com>2015-09-22 11:48:17 -0700
commit064e0a6b90d1e9a1e00e0c9ef4d18eb1ecc33a3e (patch)
treeb1c654fce7526bc352dc494e7ffa5943fde017c5 /lib/chef/exceptions.rb
parent871c858dbcec3dabec64474b68feb16372556377 (diff)
downloadchef-064e0a6b90d1e9a1e00e0c9ef4d18eb1ecc33a3e.tar.gz
Rename action_provider_class to less-wordy action_classjk/declare_action_class
Diffstat (limited to 'lib/chef/exceptions.rb')
-rw-r--r--lib/chef/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/exceptions.rb b/lib/chef/exceptions.rb
index 7862d9c160..6e7ff2e24a 100644
--- a/lib/chef/exceptions.rb
+++ b/lib/chef/exceptions.rb
@@ -105,7 +105,7 @@ class Chef
class VerificationNotFound < RuntimeError; end
class InvalidEventType < ArgumentError; end
class MultipleIdentityError < RuntimeError; end
- # Used in Resource::ActionProvider#load_current_resource to denote that
+ # Used in Resource::ActionClass#load_current_resource to denote that
# the resource doesn't actually exist (for example, the file does not exist)
class CurrentValueDoesNotExist < RuntimeError; end