class fs.SubdirectoryMoveError extends Errorimport { fs } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { SubdirectoryMoveError } = fs; Error thrown in move or moveSync when the destination is a subdirectory of the source. ConstructorsnewSubdirectoryMoveError(src: string | URL, dest: string | URL)Constructs a new instance.