<?php declare(strict_types=1);

namespace KadenceWP\KadenceBlocks\LiquidWeb\LicensingApiClient\Exceptions;

use RuntimeException;

/**
 * Thrown when the API returns a malformed or unexpected response.
 */
final class UnexpectedResponseException extends RuntimeException
{
}
