Skip to content

Commit bcc922a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/resumable_upload.php

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

115115
$htmlBody .= '</ul>';
116116

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

0 commit comments

Comments
 (0)