import { type ExceptionOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/error/Exception.ts";
Options for creating an exception, used by the Exception constructor.
Properties
The name of the exception, usually use the same names as the
DOMException
instances, such as TimeoutError
, NetworkError
, etc.