class Devise::OmniAuth::StrategyNotFound
def initialize(strategy)
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