Exception: Legate::Auth::SchemeValidationError
- Inherits:
-
ConfigurationError
- Object
- StandardError
- Error
- Error
- ConfigurationError
- Legate::Auth::SchemeValidationError
- Defined in:
- lib/legate/auth/error.rb
Overview
Raised when a scheme validation fails
Instance Method Summary collapse
-
#initialize(message = nil, cause = nil) ⇒ SchemeValidationError
constructor
A new instance of SchemeValidationError.
Constructor Details
#initialize(message = nil, cause = nil) ⇒ SchemeValidationError
Returns a new instance of SchemeValidationError.
89 90 91 |
# File 'lib/legate/auth/error.rb', line 89 def initialize( = nil, cause = nil) super( || 'Invalid authentication scheme configuration', cause) end |