Exception: RHC::Rest::ApplicationNotFoundException

Inherits:
ResourceNotFoundException show all
Defined in:
lib/rhc/rest.rb

Instance Attribute Summary

Attributes inherited from Exception

#code

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ ApplicationNotFoundException

Returns a new instance of ApplicationNotFoundException.



69
70
71
# File 'lib/rhc/rest.rb', line 69

def initialize(msg)
  super(msg,101)
end