<?php
declare(strict_types=1);
namespace Magdev\WcLicensedProductClient\Exception;
final class DomainMismatchException extends LicenseException
{
}