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/exceptions.rb, line 40
def initialize(errors)
  super()

  @errors = errors
end