<?php declare(strict_types=1);

namespace KadenceWP\KadenceBlocks\LiquidWeb\LicensingApiClient\Exceptions;

/**
 * Thrown when the API returns a 4xx response.
 */
class ClientErrorException extends ApiResponseException
{
}
