koel/app/Exceptions/UserProspectUpdateDeniedException.php

10 lines
122 B
PHP
Raw Normal View History

2023-08-20 22:35:58 +00:00
<?php
namespace App\Exceptions;
use LogicException;
class UserProspectUpdateDeniedException extends LogicException
{
}