koel/app/Exceptions/NotAPlaylistCollaboratorException.php

10 lines
112 B
PHP
Raw Normal View History

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