Exception: Structured::Errors::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Structured::Errors::Base
- Defined in:
- lib/structured/errors/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#stack ⇒ Object
Returns the value of attribute stack.
Instance Method Summary collapse
-
#initialize(stack, message) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(stack, message) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/structured/errors/base.rb', line 6 def initialize(stack, ) super() @stack = stack end |
Instance Attribute Details
#stack ⇒ Object
Returns the value of attribute stack.
4 5 6 |
# File 'lib/structured/errors/base.rb', line 4 def stack @stack end |