class App42NotFoundException
Attributes
app_error_code[RW]
detailMessage[RW]
http_error_code[RW]
Public Class Methods
new(detailMessage, http_error_code, app_error_code)
click to toggle source
Calls superclass method
App42Exception::new
# File lib/App42_Ruby_API/App42NotFoundException.rb, line 11 def initialize(detailMessage, http_error_code, app_error_code) super(detailMessage,http_error_code,app_error_code) end