Exception: Chef::Exceptions::UnifiedModeBeforeSubscriptionEarlierResource
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Chef::Exceptions::UnifiedModeBeforeSubscriptionEarlierResource
- Defined in:
- lib/chef/exceptions.rb
Instance Method Summary collapse
-
#initialize(notification) ⇒ UnifiedModeBeforeSubscriptionEarlierResource
constructor
A new instance of UnifiedModeBeforeSubscriptionEarlierResource.
Constructor Details
#initialize(notification) ⇒ UnifiedModeBeforeSubscriptionEarlierResource
Returns a new instance of UnifiedModeBeforeSubscriptionEarlierResource.
550 551 552 |
# File 'lib/chef/exceptions.rb', line 550 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 |