Vendor lock
This commit is contained in:
12
vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php
vendored
Normal file
12
vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Invoker\Exception;
|
||||
|
||||
/**
|
||||
* Not enough parameters could be resolved to invoke the callable.
|
||||
*
|
||||
* @author Matthieu Napoli <matthieu@mnapoli.fr>
|
||||
*/
|
||||
class NotEnoughParametersException extends InvocationException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user