Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable uvException
import { uvException } from "https://deno.land/std@0.167.0/node/internal/errors.ts";

This creates an error compatible with errors produced in the C++ function UVException using a context object with data assembled in C++. The goal is to migrate them to ERR_* errors later when compatibility is not a concern.