Method: Bugly::BuglyError#initialize
- Defined in:
- lib/bugly.rb
#initialize(message = nil, http_status = nil, http_body = nil, json_body = nil) ⇒ BuglyError
Returns a new instance of BuglyError.
497 498 499 500 501 502 |
# File 'lib/bugly.rb', line 497 def initialize(=nil, http_status=nil, http_body=nil, json_body=nil) = @http_status = http_status @http_body = http_body @json_body = json_body end |