framework
framework copied to clipboard
命令行无法捕获异常,求官方支持指定要捕获异常,便于 输出异常到sentry
trafficstars
const VERSION = '6.0.7'; 命令行无法捕获异常,求官方支持指定要捕获异常,便于 输出异常到sentry
./vendor/topthink/framework/src/think/Console.php
public function run()
{
$input = new Input();
$output = new Output();
$this->configureIO($input, $output);