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

10 lines
152 B
PHP
Raw Normal View History

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