Skip to main content
Module

std/node/_errors.ts>NodeError

Deno standard library
Go to Latest
class NodeError
import { NodeError } from "https://deno.land/std@0.115.1/node/_errors.ts";

Constructors

new
NodeError(code: string, message: string)