libresign/lib/Exception/SignatureDataNotFoundException.php
Vitor Mattos 385fe624a1
fix: turn sign setup optional at development environment
Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-06-11 16:55:36 -03:00

12 lines
247 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: 2024 LibreCode coop and contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace OCA\Libresign\Exception;
class SignatureDataNotFoundException extends \Exception {
}