| Current Path : /var/www/html/maiwp/www/admin/dev-code/vendor/php-di/invoker/src/Exception/ |
| Current File : /var/www/html/maiwp/www/admin/dev-code/vendor/php-di/invoker/src/Exception/InvocationException.php |
<?php
namespace Invoker\Exception;
/**
* Impossible to invoke the callable.
*
* @author Matthieu Napoli <matthieu@mnapoli.fr>
*/
class InvocationException extends \Exception
{
}