InvalidArgumentException.php 204 Bytes
<?php

declare(strict_types=1);

namespace Laminas\Log\Exception;

/**
 * Invalid argument exception
 */
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}