nextcloud-app-radio/service/notfoundexception.php

6 lines
92 B
PHP
Raw Normal View History

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