Skip to content

Commit be765e9

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/list_streams.php

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

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

0 commit comments

Comments
 (0)