RePod-Nextcloud-App/lib/Service/NoteNotFound.php

8 lines
104 B
PHP

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