Exception: Fluence::Gateway::Auth::InvalidOnMissingUser

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

Overview

Raised by Configuration#on_missing_user= when the assigned value is neither nil nor responds to call.

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ void

Builds the exception with a human-readable message.

Parameters:

  • value (Object)

    the rejected value.