Exception: Kessel::Auth::OAuthDependencyError
- Inherits:
-
StandardError
- Object
- StandardError
- Kessel::Auth::OAuthDependencyError
- Defined in:
- lib/kessel/auth.rb
Overview
Exception raised when OAuth functionality is requested but dependencies are missing.
Instance Method Summary collapse
-
#initialize(message = 'OAuth functionality requires the openid_connect gem') ⇒ OAuthDependencyError
constructor
Creates a new OAuth dependency error.
Constructor Details
#initialize(message = 'OAuth functionality requires the openid_connect gem') ⇒ OAuthDependencyError
Creates a new OAuth dependency error.
31 32 33 |
# File 'lib/kessel/auth.rb', line 31 def initialize( = 'OAuth functionality requires the openid_connect gem') super end |