class RHC::IncompatibleDeploymentTypeException

Public Class Methods

new(message="The artifact provided is not compatible with the app deployment type.") click to toggle source
Calls superclass method RHC::Exception.new
# File lib/rhc/exceptions.rb, line 178
def initialize(message="The artifact provided is not compatible with the app deployment type.")
  super message, 133
end