Method: App42Exception#initialize2
- Defined in:
- lib/App42_Ruby_API/App42Exception.rb
#initialize2(http_error_code, app_error_code) ⇒ Object
28 29 30 31 |
# File 'lib/App42_Ruby_API/App42Exception.rb', line 28 def initialize2(http_error_code,app_error_code) @http_error_code = http_error_code @pp_error_code = app_error_code end |