Skip to main content
Module

x/easyts/mod.ts>CodeException

js library written with ts, use select and chan like golang in js.
Latest
class CodeException
extends Exception
Re-export
import { CodeException } from "https://deno.land/x/easyts@0.1.2/mod.ts";

exception with error code

Constructors

new
CodeException(
ec: number,
message?: string,
opts?: ErrorOptions,
)