class Interaktor::Error::Base

Attributes

interaktor[R]

@return [Class]

Public Class Methods

new(interaktor) click to toggle source

@param interaktor [Class]

# File lib/interaktor/error/base.rb, line 6
def initialize(interaktor)
  @interaktor = interaktor
end