Files
core/Zotlabs/Lib/JcsEddsa2022SignException.php
2025-06-05 15:45:46 +00:00

16 lines
262 B
PHP

<?php
/*
* SPDX-FileCopyrightText: 2025 The Hubzilla Community
* SPDX-FileContributor: Harald Eilertsen <haraldei@anduin.net>
*
* SPDX-License-Identifier: MIT
*/
namespace Zotlabs\Lib;
use Exception;
class JcsEddsa2022SignException extends Exception
{
}