/Knowledge/sources/honojs__hono/llms-full/context-notfound--5768a0b7d409.md
Context: notFound() - hono-docs
Context: notFound() Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt notfound Summary Return a Not Foun...
Context: notFound()
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#notfound
Summary
Return a Not Found Response. You can customize it with app.notFound(). ts twoslash import { Hono } from 'hono' const app = new Hono() // ---cut--- app.get('/notfound', (c) => { return c.notFound() })
Content
Return a Not Found Response. You can customize it with app.notFound().
import { Hono } from 'hono'
const app = new Hono()
// ---cut---
app.get('/notfound', (c) => {
return c.notFound()
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#notfound",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Context > notFound()",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 558,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Context: notFound()",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}