]> _ Git - fluidbook_tools.git/commitdiff
wip #5936
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 May 2023 13:30:55 +0000 (15:30 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 May 2023 13:30:55 +0000 (15:30 +0200)
src/Compiler/Links.php

index 1bdba83964180a6febaa77e9dfd5ad9e3d029b9b..1dffa5acce0adea139d3dd451653ff4f0607429f 100644 (file)
@@ -365,6 +365,9 @@ trait Links {
         $this->vdir->copyDirectory($source, $dest);
     }
 
+    /**
+     * @throws Exception
+     */
     public function simpleCopyLinkFile($source, $dest, $addVdir = true) {
         if ($addVdir) {
             $dest = $dest;