mirror of
https://github.com/nextcloud/server.git
synced 2025-01-16 08:09:00 +00:00
afa48a4e0e
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
9 lines
197 B
PHP
9 lines
197 B
PHP
<?php
|
|
/**
|
|
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
namespace OCA\Files_Trashbin\Exceptions;
|
|
|
|
class CopyRecursiveException extends \Exception {
|
|
}
|