mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
4 lines
92 B
PHP
4 lines
92 B
PHP
<?php
|
|
namespace OCA\QuickNotes\Service;
|
|
|
|
class NotFoundException extends ServiceException {} |