class OmniAuth::FailureEndpoint

def raise_out!

def raise_out!
  raise(env['omniauth.error'] || OmniAuth::Error.new(env['omniauth.error.type']))
end