<?php
namespace Xentral\Components\Logger\Exception;
use RuntimeException;
class InvalidArgumentException extends RuntimeException implements LoggerExceptionInterface
{
}