diff --git a/php/list_streams.php b/php/list_streams.php index 13ca5fe0..b5df3ab4 100644 --- a/php/list_streams.php +++ b/php/list_streams.php @@ -56,7 +56,7 @@ } $htmlBody .= ''; - } catch (Google_ServiceException $e) { + } catch (Google_Service_Exception $e) { $htmlBody .= sprintf('

A service error occurred: %s

', htmlspecialchars($e->getMessage())); } catch (Google_Exception $e) {