<?php

namespace Xentral\Modules\Voucher\Exception;

use RuntimeException as SplRuntimeException;

class RuntimeException extends SplRuntimeException implements VoucherExceptionInterface
{
}