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

namespace Magento\DataExporter\Exception;

/**
 * Exception thrown if an error occurs during data retrieving process
 */
class UnableRetrieveData extends \Exception
{

}
