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