<?php

namespace Xentral\Modules\Company\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface DocumentCustomizationExceptionInterface extends ModuleExceptionInterface
{
}