mirror of
https://github.com/koel/koel
synced 2024-11-14 16:37:28 +00:00
9 lines
103 B
PHP
9 lines
103 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class MediaPathNotSetException extends Exception
|
|
{
|
|
}
|