<?php

namespace Xentral\Modules\Wizard\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface WizardExceptionInterface extends ModuleExceptionInterface
{
}