Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
class fs.SubdirectoryMoveError
extends Error
import { fs } from "https://deno.land/x/assert_fs@v0.1.1/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.