| Current Path : /home/rtorresani/www/vendor/laminas/laminas-recaptcha/src/ |
| Current File : //home/rtorresani/www/vendor/laminas/laminas-recaptcha/src/ExceptionInterface.php |
<?php
declare(strict_types=1);
namespace Laminas\ReCaptcha;
use Throwable;
interface ExceptionInterface extends Throwable
{
}