Add backslach to make class explict in global namespace

pull/4028/head
Bo Yang 7 years ago
parent cf7c15e31a
commit 3b13c3f02e
  1. 2
      php/src/Google/Protobuf/Internal/Message.php

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

Loading…
Cancel
Save