|
@@ -1111,7 +1111,7 @@ class Message
|
|
}
|
|
}
|
|
try {
|
|
try {
|
|
$this->mergeFromJsonArray($array);
|
|
$this->mergeFromJsonArray($array);
|
|
- } catch (Exception $e) {
|
|
|
|
|
|
+ } catch (\Exception $e) {
|
|
throw new GPBDecodeException($e->getMessage());
|
|
throw new GPBDecodeException($e->getMessage());
|
|
}
|
|
}
|
|
}
|
|
}
|