koel/app/Exceptions/NotAPlaylistCollaboratorException.php

9 lines
112 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class NotAPlaylistCollaboratorException extends Exception
{
}