From 133371a908e7d2a01fd7609aed7cea84a583925d Mon Sep 17 00:00:00 2001 From: User Date: Fri, 28 Feb 2025 13:39:44 +0300 Subject: [PATCH] 20250228#2 --- application/bin/cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/bin/cli.php b/application/bin/cli.php index 00c007c..0aba2b1 100644 --- a/application/bin/cli.php +++ b/application/bin/cli.php @@ -25,7 +25,7 @@ if(str_contains($argv[1], ':')) { if($response instanceof ResponseInterface) (new ResponseEmitter())->emit($response); elseif(!is_bool($response)) echo $response; } - } catch(\DI\DependencyException|\DI\NotFoundException $throwable){ + } catch(Throwable $throwable){ $logger->error($throwable->getMessage()." on ".$throwable->getFile().":".$throwable->getLine()); } }