Skip to content

Commit 4ecf56b

Browse files
Luis Gustavo Beligantesleipnir
andauthored
Update lib/grpc/server/adapters/cowboy/handler.ex
Co-authored-by: Adriano Santos <solid.sistemas@gmail.com>
1 parent a43d248 commit 4ecf56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grpc/server/adapters/cowboy/handler.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ defmodule GRPC.Server.Adapters.Cowboy.Handler do
484484
req = send_error(req, error, state, reason)
485485

486486
[req: req]
487-
|> AdapterException.new(reason, stacktrace)
487+
|> ReportException.new(reason, stacktrace)
488488
|> log_error(stacktrace)
489489

490490
{:stop, req, state}

0 commit comments

Comments
 (0)