← Back
Editing: AuthenticationException.php
<?php /** * SPDX-FileCopyrightText: 2014 Robin Appelman <robin@icewind.nl> * SPDX-License-Identifier: MIT */ namespace Icewind\SMB\Exception; final class AuthenticationException extends ConnectException { }
Save File
Cancel