# File lib/warden/strategies/base.rb, line 167
      def custom!(response)
        halt!
        @custom_response = response
        @result = :custom
      end