Skip to content

Commit

Permalink
"Updating samples to reflect recent changes."
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyDiamondstein committed Jun 10, 2015
1 parent d8e3cc0 commit 5bd9154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/create_broadcast.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
$bindBroadcastResponse['contentDetails']['boundStreamId']);
$htmlBody .= '</ul>';

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

0 comments on commit 5bd9154

Please sign in to comment.