mirror of
https://github.com/JanGross/quicknotes.git
synced 2026-04-18 04:35:32 +02:00
4 lines
92 B
PHP
4 lines
92 B
PHP
<?php
|
|
namespace OCA\QuickNotes\Service;
|
|
|
|
class NotFoundException extends ServiceException {} |