Exception: Fluence::Gateway::Auth::InvalidUserModel

Inherits:
ConfigurationError show all
Defined in:
lib/fluence/gateway/auth/errors.rb

Overview

Raised by Configuration#user_model= when the assigned value is nil, empty, or whitespace only.

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ void

Builds the exception with a human-readable message.

Parameters:

  • value (Object)

    the rejected value, echoed in the message.