Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ter/deps/std.ts>fs.SubdirectoryMoveError

A tiny wiki-style site generator with Zettelkasten flavor.
Latest
class fs.SubdirectoryMoveError
extends Error
import { fs } from "https://deno.land/x/ter@0.15.57/deps/std.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.