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