Exception: Ask::Auth::OAuthError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ask/auth.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ OAuthError

Returns a new instance of OAuthError.



35
36
37
# File 'lib/ask/auth.rb', line 35

def initialize(message)
  super("OAuth flow failed: #{message}")
end