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 8cc939f commit a50b950Copy full SHA for a50b950
appengine/flexible/laravel/app/Exceptions/Handler.php
@@ -35,7 +35,7 @@ class Handler extends ExceptionHandler
35
* @param \Exception $exception
36
* @return void
37
*/
38
- # [START stackdriver_exception_handler_configuration ]
+ # [START stackdriver_exception_handler_configuration]
39
public function report(Exception $exception)
40
{
41
if (isset($_SERVER['GAE_SERVICE'])) {
@@ -44,7 +44,7 @@ public function report(Exception $exception)
44
parent::report($exception);
45
}
46
47
- # [END stackdriver_exception_handler_configuration ]
+ # [END stackdriver_exception_handler_configuration]
48
49
/**
50
* Render an exception into an HTTP response.
0 commit comments