Exception: RHC::IncompatibleDeploymentTypeException

Inherits:
Exception show all
Defined in:
lib/rhc/exceptions.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

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(message="The artifact provided is not compatible with the app deployment type.")
  super message, 133
end