Exception: Thoom::ConfigError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Thoom::ConfigError
- Defined in:
- lib/config.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#message ⇒ Object
readonly
Returns the value of attribute message.
Instance Method Summary collapse
-
#initialize(message) ⇒ ConfigError
constructor
A new instance of ConfigError.
Constructor Details
#initialize(message) ⇒ ConfigError
Returns a new instance of ConfigError.
5 6 7 |
# File 'lib/config.rb', line 5 def initialize() = end |
Instance Attribute Details
#message ⇒ Object (readonly)
Returns the value of attribute message.
3 4 5 |
# File 'lib/config.rb', line 3 def end |