Method: App42Exception#initialize3
- Defined in:
- lib/App42_Ruby_API/App42Exception.rb
#initialize3(detailMessage, http_error_code, app_error_code) ⇒ Object
33 34 35 36 37 |
# File 'lib/App42_Ruby_API/App42Exception.rb', line 33 def initialize3(detailMessage, http_error_code, app_error_code) @http_error_code = http_error_code @app_error_code = app_error_code @detailMessage = detailMessage end |