<?php declare(strict_types=1);

namespace KadenceWP\KadenceBlocks\LiquidWeb\LicensingApiClient\Exceptions;

/**
 * Thrown when the API returns a 5xx response.
 */
final class ServerErrorException extends ApiResponseException
{
}
