Skip to main content
Module

x/lume/deps/fs.ts>SubdirectoryMoveError

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class SubdirectoryMoveError
extends Error
import { SubdirectoryMoveError } from "https://deno.land/x/lume@v2.1.2/deps/fs.ts";

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.