<?php
/**
 * @copyright: Copyright © 2020 Firebear Studio GmbH. All rights reserved.
 * @author   : Firebear Studio <fbeardev@gmail.com>
 */

namespace Firebear\ImportExport\Exception;

use Magento\Framework\Exception\LocalizedException;

/**
 * Class Exception
 */
class Exception extends LocalizedException
{

}
