<?php

declare(strict_types=1);

namespace Laminas\Captcha\Exception;

/**
 * @final This class should not be extended
 */
class DomainException extends \DomainException implements ExceptionInterface
{
}
