<?php

namespace Xentral\Modules\Log\Exception;

use RuntimeException;

class InvalidArgumentException extends RuntimeException implements LogExceptionInterface
{
}