service-captcha/app/Exceptions/Repositories/DataCaptchaRepositoryException.php

9 lines
139 B
PHP
Raw Normal View History

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