<?php /** * SPDX-FileCopyrightText: 2020 Robin Appelman <robin@icewind.nl> * SPDX-License-Identifier: MIT */ namespace Icewind\SMB\Exception; class ConnectionResetException extends ConnectException { }