|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
1 |
<?php declare(strict_types=1);
|
|
|
2 |
|
|
|
3 |
namespace Invoker\Exception;
|
|
|
4 |
|
|
|
5 |
/**
|
|
|
6 |
* Not enough parameters could be resolved to invoke the callable.
|
|
|
7 |
*/
|
|
|
8 |
class NotEnoughParametersException extends InvocationException
|
|
|
9 |
{
|
|
|
10 |
}
|