# File lib/omniauth/failure_endpoint.rb, line 24
    def raise_out!
      raise(env['omniauth.error'] || OmniAuth::Error.new(env['omniauth.error.type']))
    end