<?php

namespace Xentral\Modules\FeeReduction\Exception;

use RuntimeException as SplRuntimeException;

class RuntimeException extends SplRuntimeException implements FeeReductionExceptionInterface
{
}