Exception: Apimaster::OauthError
- Inherits:
-
NormalError
- Object
- StandardError
- NormalError
- Apimaster::OauthError
- Defined in:
- lib/apimaster/error.rb
Instance Attribute Summary
Attributes inherited from NormalError
#code, #error, #field, #resource
Instance Method Summary collapse
-
#initialize(message) ⇒ OauthError
constructor
A new instance of OauthError.
Constructor Details
#initialize(message) ⇒ OauthError
Returns a new instance of OauthError.
74 75 76 |
# File 'lib/apimaster/error.rb', line 74 def initialize() super(, 422, :oauth_error) end |