<?php

namespace Xentral\Modules\Log\Exception;

use Xentral\Core\Exception\ModuleExceptionInterface;

interface LogExceptionInterface extends ModuleExceptionInterface
{
}