repod/lib/Service/NoteNotFound.php

8 lines
104 B
PHP
Raw Normal View History

2023-06-22 18:10:30 +00:00
<?php
declare(strict_types=1);
namespace OCA\RePod\Service;
class NoteNotFound extends \Exception {
}