aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/Exception/AuthenticationException.php
blob: ddf5d7e34dc6a03bc5d26c228d4ae95a96a64b89 (plain)
1
2
3
4
5
6
7
8
9
10
<?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{}