<?php

namespace Xentral\Modules\RetailPriceTemplate\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface RetailPriceTemplateExceptionInterface extends ModuleExceptionInterface
{
}