all-in-one/php/vendor/php-di/invoker/src/Exception/InvocationException.php
2021-11-30 11:20:42 +01:00

10 lines
157 B
PHP

<?php declare(strict_types=1);
namespace Invoker\Exception;
/**
* Impossible to invoke the callable.
*/
class InvocationException extends \Exception
{
}