class Chef::Exceptions::UnifiedModeImmediateSubscriptionEarlierResource
Public Class Methods
new(notification)
click to toggle source
Calls superclass method
# 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