<?php declare(strict_types=1);

namespace KadenceWP\KadenceBlocks\LiquidWeb\LicensingApiClient\Exceptions;

use RuntimeException;

/**
 * Thrown when a request requires authentication but no token is available.
 */
final class MissingAuthenticationException extends RuntimeException
{
}
