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

std/fs/walk.ts>WalkError

Deno standard library
Go to Latest
class WalkError
extends Error
import { WalkError } from "https://deno.land/std@0.203.0/fs/walk.ts";

Constructors

new
WalkError(cause: unknown, path: string)

Properties

cause: unknown
name: string
path: string