import { Exception } from "https://deno.land/x/lume@v1.19.1/core.ts";
Generic Exception to throw errors. It allows to include extra data.
Constructors
new
Exception(message: string, data?: ErrorData)import { Exception } from "https://deno.land/x/lume@v1.19.1/core.ts";
Generic Exception to throw errors. It allows to include extra data.