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