Exception: ConfigMapper::ConfigStruct::NoValueProvided
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- ConfigMapper::ConfigStruct::NoValueProvided
- Defined in:
- lib/config_mapper/config_struct.rb
Instance Method Summary collapse
-
#initialize ⇒ NoValueProvided
constructor
A new instance of NoValueProvided.
Constructor Details
#initialize ⇒ NoValueProvided
199 200 201 |
# File 'lib/config_mapper/config_struct.rb', line 199 def initialize super("no value provided") end |