<?php

declare(strict_types=1);

namespace Laminas\Captcha\Exception;

/**
 * Exception for Laminas\Form component.
 *
 * @final This class should not be extended
 */
class NoFontProvidedException extends InvalidArgumentException
{
}
