nextcloud-app-radio/lib/Service/RadioNotFound.php

7 lines
80 B
PHP
Raw Normal View History

2020-10-19 18:41:09 +00:00
<?php
namespace OCA\Radio\Service;
class RadioNotFound extends \Exception {
}