7 lines
87 B
PHP
7 lines
87 B
PHP
<?php
|
|
|
|
namespace OCA\NotesTutorial\Service;
|
|
|
|
class NoteNotFound extends \Exception {
|
|
}
|