class WalkError extends Errorimport { WalkError } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; Error thrown in walk or walkSync during iteration. ConstructorsnewWalkError(cause: unknown, root: string)Constructs a new instance. Propertiesroot: stringFile path of the root that's being walked.