Skip to main content
Go to Latest
class NodeErrorAbstraction
extends Error
import { NodeErrorAbstraction } from "https://deno.land/std@0.145.0/node/internal/errors.ts";

All error instances in Node have additional methods and properties This export class is meant to be extended by these instances abstracting native JS error instances

Constructors

new
NodeErrorAbstraction(
name: string,
code: string,
message: string,
)

Properties

code: string