📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 16:52:33
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
php-di
/
invoker
/
src
/
Exception
✏️
Editing: NotEnoughParametersException.php
<?php declare(strict_types=1); namespace Invoker\Exception; /** * Not enough parameters could be resolved to invoke the callable. */ class NotEnoughParametersException extends InvocationException { }
💾 Save Changes
❌ Cancel