Skip to content

Commit 04cadf4

Browse files
"Updating samples to reflect recent changes."
1 parent 91a83b6 commit 04cadf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<h3>Playlists</h3>
7272
<ul>$playlists</ul>
7373
END;
74-
} catch (Google_ServiceException $e) {
74+
} catch (Google_Service_Exception $e) {
7575
$htmlBody .= sprintf('<p>A service error occurred: <code>%s</code></p>',
7676
htmlspecialchars($e->getMessage()));
7777
} catch (Google_Exception $e) {

0 commit comments

Comments
 (0)