siip-whatsapp-notifications.../vendor/php-di/invoker/src/Exception/InvocationException.php
2024-12-31 09:48:29 +00:00

11 lines
157 B
PHP
Executable File

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