Files

11 lines
137 B
PHP
Raw Permalink Normal View History

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