nextcloud-app-radio/lib/Service/StationNotFound.php
2020-10-30 21:16:27 +01:00

7 lines
82 B
PHP

<?php
namespace OCA\Radio\Service;
class StationNotFound extends \Exception {
}