<?php
namespace Xentral\Components\Exporter\Exception;
use Xentral\Core\Exception\ComponentExceptionInterface;
interface ExporterExceptionInterface extends ComponentExceptionInterface
{
}