DBXE/classes/Modules/Voucher/Exception/VoucherExceptionInterface.php

10 lines
180 B
PHP

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