Skip to content

Commit 670a165

Browse files
"Updating samples to reflect recent changes."
1 parent dc065d3 commit 670a165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/my_uploads.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
}
6969
$htmlBody .= '</ul>';
7070
}
71-
} catch (Google_ServiceException $e) {
71+
} catch (Google_Service_Exception $e) {
7272
$htmlBody .= sprintf('<p>A service error occurred: <code>%s</code></p>',
7373
htmlspecialchars($e->getMessage()));
7474
} catch (Google_Exception $e) {

0 commit comments

Comments
 (0)