We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f6c2a commit 80cfe34Copy full SHA for 80cfe34
src/Config.php
@@ -738,7 +738,7 @@ public function processLongArgument($arg, $pos)
738
739
try {
740
$this->setConfigData($key, $value);
741
- } catch (Exception $e) {
+ } catch (\Exception $e) {
742
throw new DeepExitException($e->getMessage().PHP_EOL, 3);
743
}
744
@@ -762,7 +762,7 @@ public function processLongArgument($arg, $pos)
762
} else {
763
764
$this->setConfigData($key, null);
765
766
767
768
0 commit comments