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

namespace Magento\DataExporter\Uuid;

/**
 * Thrown when unable to assign UUID to entity
 */
class UuidSaveException extends \RuntimeException
{
}
