Exception: Bugly::InvalidRequestError
- Inherits:
-
BuglyError
- Object
- StandardError
- BuglyError
- Bugly::InvalidRequestError
- Defined in:
- lib/bugly.rb
Instance Attribute Summary collapse
-
#param ⇒ Object
Returns the value of attribute param.
Attributes inherited from BuglyError
#http_body, #http_status, #json_body, #message
Instance Method Summary collapse
-
#initialize(message, param, http_status = nil, http_body = nil, json_body = nil) ⇒ InvalidRequestError
constructor
A new instance of InvalidRequestError.
Methods inherited from BuglyError
Constructor Details
#initialize(message, param, http_status = nil, http_body = nil, json_body = nil) ⇒ InvalidRequestError
Returns a new instance of InvalidRequestError.
515 516 517 518 |
# File 'lib/bugly.rb', line 515 def initialize(, param, http_status=nil, http_body=nil, json_body=nil) super(, http_status, http_body, json_body) @param = param end |
Instance Attribute Details
#param ⇒ Object
Returns the value of attribute param.
513 514 515 |
# File 'lib/bugly.rb', line 513 def param @param end |