Files
wc-licensed-product-client/src/Exception/DomainMismatchException.php
T

10 lines
151 B
PHP
Raw Normal View History

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