koel/app/Exceptions/UserProspectUpdateDeniedException.php
2023-08-22 22:53:55 +02:00

9 lines
122 B
PHP

<?php
namespace App\Exceptions;
use LogicException;
class UserProspectUpdateDeniedException extends LogicException
{
}