20250228#2

This commit is contained in:
User
2025-02-28 13:39:44 +03:00
parent 49ae47e43e
commit 133371a908

View File

@@ -25,7 +25,7 @@ if(str_contains($argv[1], ':')) {
if($response instanceof ResponseInterface) (new ResponseEmitter())->emit($response); if($response instanceof ResponseInterface) (new ResponseEmitter())->emit($response);
elseif(!is_bool($response)) echo $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()); $logger->error($throwable->getMessage()." on ".$throwable->getFile().":".$throwable->getLine());
} }
} }