class SubdirectoryMoveError extends ErrorView codeError thrown in move or moveSync when the destination is a subdirectory of the source. Constructorsnew SubdirectoryMoveError(src: string | URL,dest: string | URL)View codeConstructs a new instance.