6 lines
92 B
PHP
6 lines
92 B
PHP
|
<?php
|
||
|
|
||
|
namespace OCA\OwnNotes\Service;
|
||
|
|
||
|
|
||
|
class NotFoundException extends ServiceException {}
|