do_GET(req, res)
Raises a NotFound exception
# File lib/webrick/httpservlet/abstract.rb, line 116 def do_GET(req, res) raise HTTPStatus::NotFound, "not found." end