7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
|
|
namespace OCA\Radio\Service;
|
|
|
|
class RadioNotFound extends \Exception {
|
|
}
|