Files
nexusphp/app/Services/Captcha/Exceptions/CaptchaValidationException.php
T

11 lines
137 B
PHP
Raw Normal View History

<?php
namespace App\Services\Captcha\Exceptions;
use RuntimeException;
class CaptchaValidationException extends RuntimeException
{
}