<?php

namespace Xentral\Modules\ShippingTaxSplit\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface ShippingTaxSplitExceptionInterface extends ModuleExceptionInterface
{
}