Exception: Devise::OmniAuth::StrategyNotFound

Inherits:
NameError
  • Object
show all
Defined in:
lib/devise/omniauth/config.rb

Instance Method Summary collapse

Constructor Details

#initialize(strategy) ⇒ StrategyNotFound

Returns a new instance of StrategyNotFound.



6
7
8
9
10
# File 'lib/devise/omniauth/config.rb', line 6

def initialize(strategy)
  @strategy = strategy
  super("Could not find a strategy with name `#{strategy}'. " \
    "Please ensure it is required or explicitly set it using the :strategy_class option.")
end