# ErrorHandler

**Kind:** Type

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

## Definition

```ts
( err: Error | HTTPResponseError, c: Context<E> ) => Response | Promise<Response>
```
