nextcloud-app-radio/service/serviceexception.php
2017-02-21 17:57:35 +01:00

7 lines
99 B
PHP

<?php
namespace OCA\OwnNotes\Service;
use Exception;
class ServiceException extends Exception {}