service-captcha/app/Captcha/Exceptions/CaptchaException.php

9 lines
120 B
PHP
Raw Normal View History

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