<?php

namespace Xentral\Modules\Voucher\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface VoucherExceptionInterface extends ModuleExceptionInterface
{
}