2014-07-14 17:03:36 +02:00
|
|
|
<?php
|
|
|
|
/**
|
2024-06-02 15:26:54 +02:00
|
|
|
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
|
|
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
2014-07-14 17:03:36 +02:00
|
|
|
*/
|
|
|
|
namespace OCA\Files_Trashbin\Exceptions;
|
|
|
|
|
|
|
|
class CopyRecursiveException extends \Exception {
|
|
|
|
}
|