class RHC::ApplicationNotFoundException

Public Class Methods

new(message="Application not found") click to toggle source
# File lib/rhc/exceptions.rb, line 17
def initialize(message="Application not found")
  super message, 101
end