Exception: RHC::MissingScalingValueException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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(message="Must provide either a min or max value for scaling")
  super message
end