InvalidArgumentException.php 207 Bytes
<?php

declare(strict_types=1);

namespace Laminas\Stdlib\Exception;

/**
 * Invalid Argument Exception
 */
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}