Exception: Heirloom::Exceptions::Base
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Heirloom::Exceptions::Base
- Defined in:
- lib/heirloom/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.
7 8 9 |
# File 'lib/heirloom/exceptions.rb', line 7 def initialize(="") = end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'lib/heirloom/exceptions.rb', line 5 def end |