<?php declare(strict_types=1);

namespace TEC\Common\LiquidWeb\LicensingApiClient\Exceptions;

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