Exception: Interaktor::Error::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Interaktor::Error::Base
show all
- Defined in:
- lib/interaktor/error/base.rb
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
#interaktor ⇒ Class
3
4
5
|
# File 'lib/interaktor/error/base.rb', line 3
def interaktor
@interaktor
end
|