Exception: Ask::Auth::OAuthError
- Inherits:
-
StandardError
- Object
- StandardError
- Ask::Auth::OAuthError
- Defined in:
- lib/ask/auth.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ OAuthError
constructor
A new instance of OAuthError.
Constructor Details
#initialize(message) ⇒ OAuthError
Returns a new instance of OAuthError.
35 36 37 |
# File 'lib/ask/auth.rb', line 35 def initialize() super("OAuth flow failed: #{}") end |