| @@ -69,7 +69,8 @@ discard block | ||
| 69 | 69 | // Convert key to a propertyname in $this | 
| 70 | 70 |              try { | 
| 71 | 71 | $this->hydrateProperty($itemKey, $itemValue, $reflection); | 
| 72 | -            } catch (\Exception $e) { | |
| 72 | + } | |
| 73 | +            catch (\Exception $e) { | |
| 73 | 74 |                  if ($failOnError) { | 
| 74 | 75 | throw $e; | 
| 75 | 76 | } | 
| @@ -113,7 +114,8 @@ discard block | ||
| 113 | 114 | } | 
| 114 | 115 | |
| 115 | 116 | $this->setPropertyValue($propertyName, $value, true); | 
| 116 | -        } catch (\Exception $e) { | |
| 117 | + } | |
| 118 | +        catch (\Exception $e) { | |
| 117 | 119 | throw $e; | 
| 118 | 120 | } | 
| 119 | 121 | } |