Skip to content

Commit e1a054b

Browse files
"Updating samples to reflect recent changes."
1 parent 04cadf4 commit e1a054b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/add_subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
$subscriptionResponse['id']);
7171
$htmlBody .= '</ul>';
7272

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

0 commit comments

Comments
 (0)