Skip to main content
Module

x/dax/src/deps.ts>fs.SubdirectoryMoveError

Cross-platform shell tools for Deno and Node.js inspired by zx.
Extremely Popular
Latest
class fs.SubdirectoryMoveError
extends Error
import { fs } from "https://deno.land/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.

Constructors

new
SubdirectoryMoveError(src: string | URL, dest: string | URL)

Constructs a new instance.