blob: 8b2ea3aeab3e5a09df32fe9c030f71c60b0c0de3 (
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 InvalidPathException extends InvalidRequestException {
}
|