Skip to content

Commit 5bd9154

Browse files
"Updating samples to reflect recent changes."
1 parent d8e3cc0 commit 5bd9154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/create_broadcast.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
$bindBroadcastResponse['contentDetails']['boundStreamId']);
115115
$htmlBody .= '</ul>';
116116

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

0 commit comments

Comments
 (0)