<?php

namespace Xentral\Modules\Backup\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

/**
 * Interface BackupExceptionInterface
 *
 * @package Xentral\Modules\Backup\Exception
 */
interface BackupExceptionInterface extends ModuleExceptionInterface
{
}