# File lib/rhc/exceptions.rb, line 99
    def initialize(message="Must provide either a min or max value for scaling")
      super message, 1
    end