Exception: RHC::MissingScalingValueException
- Defined in:
- lib/rhc/exceptions.rb
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "Must provide either a min or max value for scaling") ⇒ MissingScalingValueException
constructor
A new instance of MissingScalingValueException.
Constructor Details
#initialize(message = "Must provide either a min or max value for scaling") ⇒ MissingScalingValueException
Returns a new instance of MissingScalingValueException.
142 143 144 |
# File 'lib/rhc/exceptions.rb', line 142 def initialize(="Must provide either a min or max value for scaling") super end |