InvalidArgumentException.php 143 Bytes
<?php

namespace Laminas\Config\Exception;

class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}