We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 462bc4f + ed8c271 commit 88bcab0Copy full SHA for 88bcab0
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