diff options
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php')
-rw-r--r-- | apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php b/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php deleted file mode 100644 index 9626d795e34..00000000000 --- a/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php +++ /dev/null @@ -1,11 +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 AuthenticationException extends ConnectException { -} |