UNPKG

dewy

Version:

Dewy(dǝw-y) is a minimalist HTTP server framework with a small codebase, utilizing built-in URLPattern for efficient routing.

7 lines (6 loc) 149 B
export class RouteNotFoundError extends Error { constructor(message) { super(message); this.name = "RouteNotFoundError"; } }