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