blob: 9da2631c97ba8ed8162b354effd0ec6614340050 (
plain)
1
2
3
4
5
6
7
8
9
|
<?php
/**
* SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* SPDX-License-Identifier: AGPL-3.0-only
*/
namespace OCA\Files_Trashbin\Exceptions;
class CopyRecursiveException extends \Exception {
}
|