Exception: OmniAuth::Strategies::Yupoo::CallbackError
- Inherits:
-
StandardError
- Object
- StandardError
- OmniAuth::Strategies::Yupoo::CallbackError
- Defined in:
- lib/omniauth/strategies/yupoo.rb
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#error_reason ⇒ Object
Returns the value of attribute error_reason.
Instance Method Summary collapse
-
#initialize(error, error_reason) ⇒ CallbackError
constructor
A new instance of CallbackError.
Constructor Details
#initialize(error, error_reason) ⇒ CallbackError
Returns a new instance of CallbackError.
15 16 17 18 |
# File 'lib/omniauth/strategies/yupoo.rb', line 15 def initialize(error, error_reason) self.error = error self.error_reason = error_reason end |
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
14 15 16 |
# File 'lib/omniauth/strategies/yupoo.rb', line 14 def error @error end |
#error_reason ⇒ Object
Returns the value of attribute error_reason.
14 15 16 |
# File 'lib/omniauth/strategies/yupoo.rb', line 14 def error_reason @error_reason end |