We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462bc4f commit ed8c271Copy full SHA for ed8c271
1 file changed
src/CLI/CLI.php
@@ -86,10 +86,6 @@ public function __construct(array $args = [])
86
87
$this->args = $this->parse((!empty($args) || !isset($_SERVER['argv'])) ? $args : $_SERVER['argv']);
88
89
- $this->error = function (Exception $error): void {
90
- Console::error($error->getMessage());
91
- };
92
-
93
@\cli_set_process_title($this->command);
94
}
95
0 commit comments