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

10 lines
152 B
PHP
Raw Normal View History

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