Exception: Apimaster::OauthError

Inherits:
NormalError
  • Object
show all
Defined in:
lib/apimaster/error.rb

Instance Attribute Summary

Attributes inherited from NormalError

#code, #error, #field, #resource

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ OauthError

Returns a new instance of OauthError.



74
75
76
# File 'lib/apimaster/error.rb', line 74

def initialize(message)
  super(message, 422, :oauth_error)
end