Exception: Chef::Exceptions::UnifiedModeImmediateSubscriptionEarlierResource

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

Instance Method Summary collapse

Constructor Details

#initialize(notification) ⇒ UnifiedModeImmediateSubscriptionEarlierResource

Returns a new instance of UnifiedModeImmediateSubscriptionEarlierResource.



554
555
556
# File 'lib/chef/exceptions.rb', line 554

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