aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/Exception/ConnectionAbortedException.php
blob: cc959c27734f1ffb4620032ec0987a6caa1d875c (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 ConnectionAbortedException extends ConnectException {
}