class RHC::DeploymentNotFoundException

Public Class Methods

new(message="Deployment not found") click to toggle source
Calls superclass method RHC::Exception.new
# File lib/rhc/exceptions.rb, line 124
def initialize(message="Deployment not found")
  super message, 131
end