Files
nextcloud-pantry/lib/Exception/NotFoundException.php
2026-04-05 21:50:17 +03:00

12 lines
226 B
PHP

<?php
declare(strict_types=1);
// SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Pantry\Exception;
class NotFoundException extends \RuntimeException {
}