Commit 3b13c3f0 authored by Bo Yang's avatar Bo Yang

Add backslach to make class explict in global namespace

parent cf7c15e3
......@@ -1111,7 +1111,7 @@ class Message
}
try {
$this->mergeFromJsonArray($array);
} catch (Exception $e) {
} catch (\Exception $e) {
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