InvalidArgumentException.php 145 Bytes
<?php

namespace Laminas\Http\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements
    ExceptionInterface
{
}