<?php

namespace Xentral\Modules\DocuvitaApi\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface DocuvitaApiExceptionInterface extends ModuleExceptionInterface
{
}