<?php

declare(strict_types=1);

/**
 * Restore Exception Interface.
 *
 * @since   1.0.0
 */

namespace Inpsyde\Restore\Api\Exception;

/**
 * Interface RestoreExceptionInterface.
 *
 * @since   1.0.0
 */
interface RestoreExceptionInterface
{
}
