<?php
namespace Xentral\Modules\Log\Exception;
use RuntimeException;
class InvalidLoglevelException extends RuntimeException implements LogExceptionInterface
{
}