Files
solidtime/app/Exceptions/Api/UserNotPlaceholderApiException.php

11 lines
173 B
PHP

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