Exception: RHC::IncompatibleDeploymentTypeException
Instance Attribute Summary
Attributes inherited from Exception
Instance Method Summary collapse
-
#initialize(message = "The artifact provided is not compatible with the app deployment type.") ⇒ IncompatibleDeploymentTypeException
constructor
A new instance of IncompatibleDeploymentTypeException.
Constructor Details
#initialize(message = "The artifact provided is not compatible with the app deployment type.") ⇒ IncompatibleDeploymentTypeException
Returns a new instance of IncompatibleDeploymentTypeException.
136 137 138 |
# File 'lib/rhc/exceptions.rb', line 136 def initialize(="The artifact provided is not compatible with the app deployment type.") super , 133 end |