service-captcha/app/Exceptions/Dto/User/ManyRoleDtoException.php

9 lines
125 B
PHP
Raw Normal View History

<?php declare(strict_types=1);
namespace App\Exceptions\Dto\User;
final class ManyRoleDtoException extends \Exception
{
}