<?php

namespace Xentral\Modules\SystemHealth\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface SystemHealthExceptionInterface extends ModuleExceptionInterface
{
}