Skip to content

Commit 871a818

Browse files
"Updating samples to reflect recent changes."
1 parent 3b44e5d commit 871a818

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/geolocation_search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<h3>Videos</h3>
8888
<ul>$videos</ul>
8989
END;
90-
} catch (Google_ServiceException $e) {
90+
} catch (Google_Service_Exception $e) {
9191
$htmlBody .= sprintf('<p>A service error occurred: <code>%s</code></p>',
9292
htmlspecialchars($e->getMessage()));
9393
} catch (Google_Exception $e) {

0 commit comments

Comments
 (0)