Skip to main content
Module

std/node/_errors.ts>NodeURIError

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

Constructors

new
NodeURIError(code: string, message: string)