<?php

namespace Xentral\Modules\Resubmission\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface ResubmissionExceptionInterface extends ModuleExceptionInterface
{
}