IMAP-Login/lib/Service/NoteNotFound.php

11 lines
241 B
PHP

<?php
declare(strict_types=1);
// SPDX-FileCopyrightText: Phillip Thern <imap-login.nextcloud@thern.wtf>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\IMAPLoginRegistration\Service;
class NoteNotFound extends \Exception {
}