diff options
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php')
-rw-r--r-- | apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php b/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php deleted file mode 100644 index 44affabc428..00000000000 --- a/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -/** - * SPDX-FileCopyrightText: 2014 Robin Appelman <robin@icewind.nl> - * SPDX-License-Identifier: MIT - */ - -namespace Icewind\SMB\Exception; - -class FileInUseException extends InvalidRequestException { -} |