marinea/server/error.ts

4 lines
124 B
TypeScript
Raw Permalink Normal View History

2023-04-01 16:51:48 +00:00
import { HttpError } from "https://deno.land/x/oak@v12.1.0/mod.ts";
export interface ApplicationError extends HttpError {}