blob: 9cea30d86f38a2a134e02fa492aa38d030aa89cb (
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 NotFoundException extends InvalidRequestException {
}
|