mirror of
https://github.com/koel/koel
synced 2024-12-21 01:53:11 +00:00
10 lines
121 B
PHP
10 lines
121 B
PHP
|
<?php
|
||
|
|
||
|
namespace App\Exceptions;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
class PlaylistCollaborationTokenExpiredException extends Exception
|
||
|
{
|
||
|
}
|