parse.com-php-library
parse.com-php-library copied to clipboard
if no such objectId parseUser
trafficstars
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.