blob: 57eeb0f0ba8d8257d2e8850f597e272fe8eed204 (
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 TimedOutException extends ConnectException {
}
|