View file vendor/php-di/invoker/src/Exception/InvocationException.php
<?php namespace Invoker\Exception; /** * Impossible to invoke the callable. * * @author Matthieu Napoli <[email protected]> */ class InvocationException extends \Exception { }
<?php namespace Invoker\Exception; /** * Impossible to invoke the callable. * * @author Matthieu Napoli <[email protected]> */ class InvocationException extends \Exception { }