Exception: Fluence::Gateway::Auth::InvalidSubjectColumn

Inherits:
ConfigurationError show all
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

Constructor Details

#initialize(value, reason: nil) ⇒ void

Builds the exception with a human-readable message.

Parameters:

  • value (Object)

    the rejected value.

  • reason (String, nil) (defaults to: nil)

    optional human-readable explanation appended after the value.