mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 23:57:18 +01:00
6 lines
100 B
PHP
6 lines
100 B
PHP
<?php
|
|
namespace OCA\QuickNotes\Service;
|
|
|
|
use Exception;
|
|
|
|
class ServiceException extends Exception {} |