aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/Exception/FileInUseException.php
blob: 44affabc428903933851592b8f08ac54d059aae1 (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 FileInUseException extends InvalidRequestException {
}