Exception: Clavis::OAuthError
- Defined in:
- lib/clavis/errors.rb
Overview
OAuth errors
Instance Method Summary collapse
-
#initialize(message = "OAuth error") ⇒ OAuthError
constructor
A new instance of OAuthError.
Constructor Details
#initialize(message = "OAuth error") ⇒ OAuthError
Returns a new instance of OAuthError.
71 72 73 |
# File 'lib/clavis/errors.rb', line 71 def initialize( = "OAuth error") super end |