diff options
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php')
-rw-r--r-- | apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php b/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php deleted file mode 100644 index 9ce97cd535b..00000000000 --- a/apps/files_external/3rdparty/icewind/smb/src/Exception/NotFoundException.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -/** - * Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> - * This file is licensed under the Licensed under the MIT license: - * http://opensource.org/licenses/MIT - */ - -namespace Icewind\SMB\Exception; - -class NotFoundException extends InvalidRequestException {} |