class RHC::ScaledApplicationsNotSupportedException

Public Class Methods

new(message="Scaled applications not supported") click to toggle source
# File lib/rhc/exceptions.rb, line 69
def initialize(message="Scaled applications not supported")
  super message, 128
end