Exception: ENVied::Configurable::VariableMissingError
- Inherits:
-
VariableError
- Object
- StandardError
- VariableError
- ENVied::Configurable::VariableMissingError
- 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
18 19 20 |
# File 'lib/envied.rb', line 18 def "Please provide ENV['#{variable.name.to_s.upcase}'] of type #{variable_type}" end |