class RHC::Rest::ApplicationNotFoundException

Public Class Methods

new(msg) click to toggle source
Calls superclass method RHC::Rest::Exception.new
# File lib/rhc/rest.rb, line 70
def initialize(msg)
  super(msg,101)
end