Skip to content

Commit 75bdfa4

Browse files
"Updating samples to reflect recent changes."
1 parent 8ed7781 commit 75bdfa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/list_broadcasts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
}
5959
$htmlBody .= '</ul>';
6060

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

0 commit comments

Comments
 (0)