Exception: RHC::DeploymentNotFoundException

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 = "Deployment not found") ⇒ DeploymentNotFoundException

Returns a new instance of DeploymentNotFoundException.



142
143
144
# File 'lib/rhc/exceptions.rb', line 142

def initialize(message="Deployment not found")
  super message, 131
end