first commit
This commit is contained in:
10
vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php
vendored
Normal file
10
vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
namespace Invoker\Exception;
|
||||
|
||||
/**
|
||||
* Not enough parameters could be resolved to invoke the callable.
|
||||
*/
|
||||
class NotEnoughParametersException extends InvocationException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user