Files
provider_jmapc/lib/Exception/JmapUnknownMethod.php
2026-02-10 20:33:10 -05:00

14 lines
247 B
PHP

<?php
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: Sebastian Krupinski <krupinski01@gmail.com>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
namespace KTXM\ProviderJmapc\Exception;
class JmapUnknownMethod extends \Exception {
}