nextcloud-server/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php

11 lines
198 B
PHP

<?php
/**
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/
namespace OCA\Files_Trashbin\Exceptions;
class CopyRecursiveException extends \Exception {
}