<?php declare(strict_types=1); namespace Arcanedev\NoCaptcha\Exceptions; /** * Class ApiException * * @author ARCANEDEV <arcanedev.maroc@gmail.com> */ class ApiException extends NoCaptchaException {}