blob: 826a19615a2f133dbfa59101980883f1b7ee746c (
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 ConnectionRefusedException extends ConnectException {
}
|