Add backslach to make class explict in global namespace

This commit is contained in:
Bo Yang 2017-12-11 15:44:27 -08:00
parent cf7c15e31a
commit 3b13c3f02e

View File

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