Nextcloud-App/lib/Service/NoteNotFound.php

7 lines
87 B
PHP

<?php
namespace OCA\NotesTutorial\Service;
class NoteNotFound extends \Exception {
}