We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4caa3a8 commit cbd9e74Copy full SHA for cbd9e74
appengine/php72/laravel-framework/app/Exceptions/Handler.php
@@ -28,9 +28,10 @@ class Handler extends ExceptionHandler
28
];
29
30
/**
31
- * Report or log an exception.
+ * Report or log an exception to Google Cloud Stackdriver Error Reporting
32
*
33
- * This is a great spot to send exceptions to Sentry, Bugsnag, etc.
+ * For a full tutorial on deploying Laravel to Google Cloud,
34
+ * @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/appengine/php72/laravel-framework/README.md
35
36
* @param \Exception $exception
37
* @return void
0 commit comments