View file vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php

File size: 231B
<?php

namespace Invoker\Exception;

/**
 * Not enough parameters could be resolved to invoke the callable.
 *
 * @author Matthieu Napoli <[email protected]>
 */
class NotEnoughParametersException extends InvocationException
{
}