if no such objectId parseUser
SergeyKozlov opened this issue · 1 comments
SergeyKozlov commented
On time call a method:
// $ParseUserInfo - objectId
$FindUser = new parseUser;
$FindUser->get($ParseUserInfo);
if no such objectId,
error occurs:
PHP Fatal error: Uncaught ParseLibraryException: [101]: parse.com error: object not found for get\n\n thrown in /app/www/parsecom/parse.php on line 188
elistone commented
What is the issue?
If you cannot find a user with a specific objectId you get a response error?
I'm not sure exactly what the issue is right now.