class RHC::Rest::ApplicationNotFoundException

Public Class Methods

new(msg) click to toggle source
# File lib/rhc/rest.rb, line 63
def initialize(msg)
  super(msg,101)
end