# DOM_ERROR_HANDLER

**Kind:** Constant

**Source:** [`src/jsx/constants.ts`](https://github.com/honojs/hono/blob/main/src/jsx/constants.ts#L2)

**Part of:** [Jsx](subsystem-src-jsx)

## Definition

```ts
Symbol('ERROR_HANDLER')
```

## Value

```ts
Symbol('ERROR_HANDLER')
```

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (3)

- `ErrorBoundary` — `src/jsx/dom/components.ts`:7
- `createContextProviderFunction` — `src/jsx/dom/context.ts`:7
- `HasRenderToDom` — `src/jsx/dom/render.ts`:30
