Unverified Commit f69a5db6 authored by Paul Yang's avatar Paul Yang Committed by GitHub

Merge pull request #4028 from TeBoring/3.5.x

Add backslach to make class explict in global namespace
parents b1386e77 3b13c3f0
...@@ -1111,7 +1111,7 @@ class Message ...@@ -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());
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment