Exception: Kessel::Auth::OAuthAuthenticationError
- Inherits:
-
StandardError
- Object
- StandardError
- Kessel::Auth::OAuthAuthenticationError
- Defined in:
- lib/kessel/auth.rb
Overview
Exception raised when OAuth authentication fails.
Instance Method Summary collapse
-
#initialize(message = 'OAuth authentication failed') ⇒ OAuthAuthenticationError
constructor
Creates a new OAuth authentication error.
Constructor Details
#initialize(message = 'OAuth authentication failed') ⇒ OAuthAuthenticationError
Creates a new OAuth authentication error.
41 42 43 |
# File 'lib/kessel/auth.rb', line 41 def initialize( = 'OAuth authentication failed') super end |