Exception: Fluence::Gateway::Auth::InvalidSubjectColumn
- Inherits:
-
ConfigurationError
- Object
- StandardError
- Error
- ConfigurationError
- Fluence::Gateway::Auth::InvalidSubjectColumn
- Defined in:
- lib/fluence/gateway/auth/errors.rb
Overview
Raised by Configuration#subject_column= when the assigned
value does not match Configuration::SCOPE_NAME_PATTERN (same
identifier rule as scope_name).
Instance Method Summary collapse
-
#initialize(value, reason: nil) ⇒ void
constructor
Builds the exception with a human-readable message.
Constructor Details
#initialize(value, reason: nil) ⇒ void
Builds the exception with a human-readable message.