We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e3cc0 commit 5bd9154Copy full SHA for 5bd9154
php/create_broadcast.php
@@ -114,7 +114,7 @@
114
$bindBroadcastResponse['contentDetails']['boundStreamId']);
115
$htmlBody .= '</ul>';
116
117
- } catch (Google_ServiceException $e) {
+ } catch (Google_Service_Exception $e) {
118
$htmlBody .= sprintf('<p>A service error occurred: <code>%s</code></p>',
119
htmlspecialchars($e->getMessage()));
120
} catch (Google_Exception $e) {
0 commit comments