Add backslach to make class explict in global namespace
This commit is contained in:
parent
cf7c15e31a
commit
3b13c3f02e
@ -1111,7 +1111,7 @@ class Message
|
||||
}
|
||||
try {
|
||||
$this->mergeFromJsonArray($array);
|
||||
} catch (Exception $e) {
|
||||
} catch (\Exception $e) {
|
||||
throw new GPBDecodeException($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user