Skip to content

Commit 9462813

Browse files
author
Slavey Karadzhov
committed
Fix for #76.
1 parent d7300ea commit 9462813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/Client/src/Client/Controller/TargetController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function addAction()
2727
$data = array();
2828
try {
2929
$data = $this->getTargetService()->load();
30-
} catch (ConfigException $ex) {
30+
} catch (ConfigException\RuntimeException $ex) {
3131
}
3232

3333
$data[$target] = array();

0 commit comments

Comments
 (0)