blob: bf51f5c2bd1587dae325c71e50a0dbf5eaf2349e (
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 AuthenticationException extends ConnectException {
}
|