Skip to content

Commit 139cab1

Browse files
"Updating samples to reflect recent changes."
1 parent a9d8b29 commit 139cab1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/update_video.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797

9898
$htmlBody .= '</ul>';
9999
}
100-
} catch (Google_ServiceException $e) {
100+
} catch (Google_Service_Exception $e) {
101101
$htmlBody .= sprintf('<p>A service error occurred: <code>%s</code></p>',
102102
htmlspecialchars($e->getMessage()));
103103
} catch (Google_Exception $e) {

0 commit comments

Comments
 (0)