DBXE/classes/Modules/FeeReduction/Exception/FeeReductionExceptionInterf...

10 lines
190 B
PHP

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