Exception: Interaktor::Error::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/interaktor/error/base.rb

Direct Known Subclasses

AttributeError, OptionError

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(interaktor) ⇒ Base



6
7
8
# File 'lib/interaktor/error/base.rb', line 6

def initialize(interaktor)
  @interaktor = interaktor
end

Instance Attribute Details

#interaktorClass (readonly)



3
4
5
# File 'lib/interaktor/error/base.rb', line 3

def interaktor
  @interaktor
end