andrewscofield / parse.com-php-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if no such objectId parseUser

SergeyKozlov opened this issue · comments

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

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.