Exception: Shaf::Authenticator::Base::MissingParametersError

Inherits:
Error
  • Object
show all
Defined in:
lib/shaf/authenticator/base.rb

Instance Method Summary collapse

Constructor Details

#initialize(authenticator, *args) ⇒ MissingParametersError

Returns a new instance of MissingParametersError.



9
10
11
# File 'lib/shaf/authenticator/base.rb', line 9

def initialize(authenticator, *args)
  super("Missing required parameters: [#{args.join(', ')}] for #{authenticator}")
end