<?php declare(strict_types=1);

namespace KadenceWP\KadenceBlocks\LiquidWeb\LicensingApiClient\Exceptions;

/**
 * Thrown when the API returns a 403 response.
 */
final class AuthorizationException extends ClientErrorException
{
}
