Exception: Chef::Exceptions::UnifiedModeBeforeSubscriptionEarlierResource

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(notification) ⇒ UnifiedModeBeforeSubscriptionEarlierResource

Returns a new instance of UnifiedModeBeforeSubscriptionEarlierResource.



560
561
562
# File 'lib/chef/exceptions.rb', line 560

def initialize(notification)
  super "before subscription from #{notification.resource} resource cannot be setup to #{notification.notifying_resource} resource, which has already fired while in unified mode"
end