DBXE/classes/Modules/DocuvitaApi/Exception/DocuvitaApiExceptionInterfa...

10 lines
188 B
PHP

<?php
namespace Xentral\Modules\DocuvitaApi\Exception;
use Xentral\Core\Exception\ModuleExceptionInterface;
interface DocuvitaApiExceptionInterface extends ModuleExceptionInterface
{
}