Skip to content

Commit 2c6b98f

Browse files
committed
Update Json.php
1 parent 92329c2 commit 2c6b98f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

webfiori/json/Json.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -785,8 +785,6 @@ private function createProb($name, $value) {
785785
return new Property($name, $value, $this->getPropStyle());
786786
} catch (InvalidArgumentException $ex) {
787787
throw new InvalidArgumentException($ex->getMessage(), $ex->getCode(), $ex);
788-
} catch (\Exception $ex) {
789-
return null;
790788
}
791789
}
792790
private function updateExisting($key, &$val) {

0 commit comments

Comments
 (0)