Exception: Clavis::OAuthError

Inherits:
Error
  • Object
show all
Defined in:
lib/clavis/errors.rb

Overview

OAuth errors

Instance Method Summary collapse

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(message = "OAuth error")
  super
end