You've already forked wc-licensed-product-client
10 lines
152 B
PHP
10 lines
152 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
declare(strict_types=1);
|
||
|
|
|
||
|
|
namespace Magdev\WcLicensedProductClient\Exception;
|
||
|
|
|
||
|
|
final class LicenseInactiveException extends LicenseException
|
||
|
|
{
|
||
|
|
}
|