Exception: ApiException::RequestException
- Inherits:
-
BaseException
- Object
- StandardError
- BaseException
- ApiException::RequestException
- Defined in:
- lib/api_exception/request_exception.rb
Instance Attribute Summary
Attributes inherited from BaseException
#code, #error_type, #errors, #message, #type
Instance Method Summary collapse
-
#initialize(error_type, errors, params = {}, platform = "API") ⇒ RequestException
constructor
A new instance of RequestException.
Constructor Details
#initialize(error_type, errors, params = {}, platform = "API") ⇒ RequestException
Returns a new instance of RequestException.
4 5 6 |
# File 'lib/api_exception/request_exception.rb', line 4 def initialize(error_type, errors, params = {}, platform = "API") super end |