# File lib/sinatra/namespace.rb, line 177
      def not_found(&block)
        error(Sinatra::NotFound, &block)
      end