Exception: Fluence::Gateway::Auth::InvalidScopeName
- Inherits:
-
ConfigurationError
- Object
- StandardError
- Error
- ConfigurationError
- Fluence::Gateway::Auth::InvalidScopeName
- Defined in:
- lib/fluence/gateway/auth/errors.rb
Overview
Raised by Configuration#scope_name= when the explicit value
does not match Configuration::SCOPE_NAME_PATTERN, and by
Configuration#scope_name when the value derived from
user_model does not match either.
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.