Skip to content

Commit b9ff66d

Browse files
"Updating samples to reflect recent changes."
1 parent e4a25f1 commit b9ff66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/add_channel_section.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
}
131131
$htmlBody .= '</ul>';
132132

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

0 commit comments

Comments
 (0)