Exception: Legate::Auth::SchemeValidationError

Inherits:
ConfigurationError show all
Defined in:
lib/legate/auth/error.rb

Overview

Raised when a scheme validation fails

Instance Method Summary collapse

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(message = nil, cause = nil)
  super(message || 'Invalid authentication scheme configuration', cause)
end