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 92329c2 commit 2c6b98fCopy full SHA for 2c6b98f
1 file changed
webfiori/json/Json.php
@@ -785,8 +785,6 @@ private function createProb($name, $value) {
785
return new Property($name, $value, $this->getPropStyle());
786
} catch (InvalidArgumentException $ex) {
787
throw new InvalidArgumentException($ex->getMessage(), $ex->getCode(), $ex);
788
- } catch (\Exception $ex) {
789
- return null;
790
}
791
792
private function updateExisting($key, &$val) {
0 commit comments