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

Constructors

new
ERR_MODULE_NOT_FOUND(
path: string,
base: string,
type?: string,
)