Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions appengine/flexible/laravel/app/Exceptions/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Handler extends ExceptionHandler
* @param \Exception $exception
* @return void
*/
# [START stackdriver_exception_handler_configuration ]
# [START stackdriver_exception_handler_configuration]
public function report(Exception $exception)
{
if (isset($_SERVER['GAE_SERVICE'])) {
Expand All @@ -44,7 +44,7 @@ public function report(Exception $exception)
parent::report($exception);
}
}
# [END stackdriver_exception_handler_configuration ]
# [END stackdriver_exception_handler_configuration]

/**
* Render an exception into an HTTP response.
Expand Down