Class: ActiveInteraction::InvalidInteractionError

Inherits:
Error
  • Object
show all
Defined in:
lib/active_interaction/exceptions.rb

Overview

Raised if an interaction is invalid.

Instance Attribute Summary collapse

Instance Attribute Details

#interactionActiveInteraction::Base

The interaction where the error occured.



24
25
26
# File 'lib/active_interaction/exceptions.rb', line 24

def interaction
  @interaction
end