Skip to content

Commit d8e3cc0

Browse files
"Updating samples to reflect recent changes."
1 parent 536f2a1 commit d8e3cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/upload_thumbnail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
$htmlBody .= '</ul>';
110110

111111

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

0 commit comments

Comments
 (0)