Exception: ENVied::Configurable::VariableTypeError
- Inherits:
-
VariableError
- Object
- StandardError
- VariableError
- ENVied::Configurable::VariableTypeError
- Defined in:
- lib/envied.rb
Instance Attribute Summary
Attributes inherited from VariableError
Instance Method Summary collapse
Methods inherited from VariableError
Constructor Details
This class inherits a constructor from ENVied::Configurable::VariableError
Instance Method Details
#message ⇒ Object
24 25 26 |
# File 'lib/envied.rb', line 24 def "ENV['#{variable.name.to_s.upcase}'] should be of type #{variable_type}" end |