class RHC::MissingScalingValueException
Public Class Methods
new(message="Must provide either a min or max value for scaling")
click to toggle source
Calls superclass method
RHC::Exception::new
# File lib/rhc/exceptions.rb, line 202 def initialize(message="Must provide either a min or max value for scaling") super message end