@@ -124,7 +124,6 @@ public function move(string $source, string $destination, array $config = []): v
 
         if ($from === $to) {
             throw UnableToMoveFile::sourceAndDestinationAreTheSame($source, $destination);
-            throw UnableToMoveFile::because('Source and destination are the same', $source, $destination);
         }
 
         $this->adapter->move($from, $to, $this->config->extend($config));