# File lib/devise/failure_app.rb, line 17
    def self.call(env)
      @respond ||= action(:respond)
      @respond.call(env)
    end