DBXE/classes/Modules/Wizard/Exception/WizardExceptionInterface.php

10 lines
178 B
PHP

<?php
namespace Xentral\Modules\Wizard\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
interface WizardExceptionInterface extends ModuleExceptionInterface
{
}