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