repod/lib/Service/NoteNotFound.php
2023-06-23 09:44:48 +02:00

9 lines
105 B
PHP

<?php
declare(strict_types=1);
namespace OCA\RePod\Service;
class NoteNotFound extends \Exception {
}