all-in-one/php/vendor/php-di/invoker/src/Exception/InvocationException.php

11 lines
157 B
PHP
Raw Normal View History

2021-11-30 11:20:42 +01:00
<?php declare(strict_types=1);
namespace Invoker\Exception;
/**
* Impossible to invoke the callable.
*/
class InvocationException extends \Exception
{
}