Exception: Stackster::Exceptions::Base
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Stackster::Exceptions::Base
- Defined in:
- lib/stackster/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message = "") ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(message = "") ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/stackster/exceptions.rb', line 6 def initialize(="") @message = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
4 5 6 |
# File 'lib/stackster/exceptions.rb', line 4 def @message end |