aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionException.php
blob: deabfcd78b7b6b37c8dac77467e1f150a689c9b4 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * SPDX-FileCopyrightText: 2014 Robin Appelman <robin@icewind.nl>
 * SPDX-License-Identifier: MIT
 */

namespace Icewind\SMB\Exception;

class ConnectionException extends ConnectException {
}