File Editor
Directories:
.. (Back)
Files:
InvocationException.php
NotCallableException.php
NotEnoughParametersException.php
Create New File
Create
Edit File: InvocationException.php
<?php declare (strict_types=1); namespace ElementorDeps\Invoker\Exception; /** * Impossible to invoke the callable. */ class InvocationException extends \Exception { }
Save Changes
Rename File
Rename