Просмотр файла vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php
<?php namespace Invoker\Exception; /** * Not enough parameters could be resolved to invoke the callable. * * @author Matthieu Napoli <[email protected]> */ class NotEnoughParametersException extends InvocationException { }