Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>pull/51029/head
parent
cd3a88805b
commit
b086f10028
@ -0,0 +1,16 @@ |
||||
<?php |
||||
|
||||
declare(strict_types=1); |
||||
|
||||
/** |
||||
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors |
||||
* SPDX-License-Identifier: AGPL-3.0-or-later |
||||
*/ |
||||
|
||||
namespace OCP\Template; |
||||
|
||||
/** |
||||
* @since 32.0.0 |
||||
*/ |
||||
class TemplateNotFoundException extends \Exception { |
||||
} |
Loading…
Reference in new issue