nextcloud-app-radio/service/serviceexception.php

7 lines
99 B
PHP
Raw Normal View History

2017-02-21 16:57:35 +00:00
<?php
namespace OCA\OwnNotes\Service;
use Exception;
class ServiceException extends Exception {}