<?php declare(strict_types=1);

namespace Give\Vendors\LiquidWeb\LicensingApiClient\Exceptions;

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