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

7 lines
82 B
PHP
Raw Normal View History

2020-10-30 20:16:27 +00:00
<?php
namespace OCA\Radio\Service;
class StationNotFound extends \Exception {
}