Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/globber.ts>GlobError

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
class GlobError
extends AggregateError
import { GlobError } from "https://deno.land/x/actionify@0.3.0/src/deps/globber.ts";

Constructors

new
GlobError(
root: string,
message: string,
errors?: unknown[],
)

Properties

root: string

The root which caused this error to be thrown.

Static Methods

is<Error extends GlobError>(value: unknown): value is Error
wrap(error: unknown, root: string): GlobError