Exception: Interaktor::Error::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Interaktor::Error::Base
- Defined in:
- lib/interaktor/error/base.rb
Direct Known Subclasses
AttributeError, AttributeSchemaValidationError, InvalidMethodForStateError
Instance Attribute Summary collapse
- #interaktor ⇒ Class readonly
Instance Method Summary collapse
-
#initialize(interaktor) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(interaktor) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/interaktor/error/base.rb', line 6 def initialize(interaktor) @interaktor = interaktor end |
Instance Attribute Details
#interaktor ⇒ Class (readonly)
3 4 5 |
# File 'lib/interaktor/error/base.rb', line 3 def interaktor @interaktor end |