Nextcloud-App/lib/Service/NoteNotFound.php

7 lines
87 B
PHP
Raw Normal View History

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