class ActiveInteraction::Interrupt
Used by {Runnable} to signal a failure when composing.
@private
Attributes
errors[R]
Public Class Methods
new(errors)
click to toggle source
@param errors [Runnable]
Calls superclass method
# File lib/active_interaction/errors.rb, line 83 def initialize(errors) super() @errors = errors end