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 8ed7781 commit 75bdfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/list_broadcasts.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
$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 75bdfa4

Please sign in to comment.