<?php
/**
 * Copyright 2021 Adobe
 * All Rights Reserved.
 */
declare(strict_types=1);

namespace Magento\DataExporter\Exception;

use Magento\Framework\Exception\LocalizedException;

/**
 * Class UnableSendData
 *
 * Unable to send data exception.
 */
class UnableSendData extends LocalizedException
{

}
