Exception: Config::ConfigException
- Inherits:
-
StandardError
- Object
- StandardError
- Config::ConfigException
- Defined in:
- lib/module_config/configexception.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#caller ⇒ Object
readonly
Returns the value of attribute caller.
Instance Method Summary collapse
-
#initialize(_caller, *_args) ⇒ ConfigException
constructor
A new instance of ConfigException.
Constructor Details
#initialize(_caller, *_args) ⇒ ConfigException
Returns a new instance of ConfigException.
6 7 8 9 |
# File 'lib/module_config/configexception.rb', line 6 def initialize(_caller, *_args) super(_args) @caller = _caller end |
Instance Attribute Details
#caller ⇒ Object (readonly)
Returns the value of attribute caller.
4 5 6 |
# File 'lib/module_config/configexception.rb', line 4 def caller @caller end |