We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7300ea commit 9462813Copy full SHA for 9462813
module/Client/src/Client/Controller/TargetController.php
@@ -27,7 +27,7 @@ public function addAction()
27
$data = array();
28
try {
29
$data = $this->getTargetService()->load();
30
- } catch (ConfigException $ex) {
+ } catch (ConfigException\RuntimeException $ex) {
31
}
32
33
$data[$target] = array();
0 commit comments