aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/title_linefeed-treatment.xml
Commit message (Expand)AuthorAgeFilesLines
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Linefeed treatment and white space collapse are not performed onSimon Pepping2006-02-251-0/+54
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TaskProcessing/Exception/Exception.php
blob: 257f4d72a32bf964c80650f553089d18bb7a5628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

declare(strict_types=1);

/**
 * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */


namespace OCP\TaskProcessing\Exception;

/**
 * TaskProcessing Exception
 * @since 30.0.0
 */
class Exception extends \Exception {
}