OpenXE/classes/Modules/Backup/Exception/BackupExceptionInterface.php

15 lines
272 B
PHP
Raw Normal View History

2021-05-21 08:49:41 +02:00
<?php
namespace Xentral\Modules\Backup\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
/**
* Interface BackupExceptionInterface
*
* @package Xentral\Modules\Backup\Exception
*/
interface BackupExceptionInterface extends ModuleExceptionInterface
{
}