DBXE/classes/Modules/SystemHealth/Exception/SystemHealthExceptionInterf...

10 lines
190 B
PHP

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