Files
solidtime/app/Exceptions/Api/ChangingRoleToPlaceholderIsNotAllowed.php
T
2024-07-01 17:06:44 +02:00

11 lines
210 B
PHP

<?php
declare(strict_types=1);
namespace App\Exceptions\Api;
class ChangingRoleToPlaceholderIsNotAllowed extends ApiException
{
public const string KEY = 'changing_role_to_placeholder_is_not_allowed';
}