Skip to content

Commit 43e06a5

Browse files
"Updating samples to reflect recent changes."
1 parent 69d9624 commit 43e06a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/shuffle_channel_sections.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
$htmlBody .= '</ul>';
8080

81-
} catch (Google_ServiceException $e) {
81+
} catch (Google_Service_Exception $e) {
8282
$htmlBody .= sprintf('<p>A service error occurred: <code>%s</code></p>',
8383
htmlspecialchars($e->getMessage()));
8484
} catch (Google_Exception $e) {

0 commit comments

Comments
 (0)