Skip to content

Commit

Permalink
Improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Apr 4, 2024
1 parent f109f5f commit 067feee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grpc/stub.ex
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ defmodule GRPC.Stub do
raise """
no GRPC credentials provided. Please either:
- Pass the `:cred` option to `GRPC.Stub.connect/3`
- Pass the `:cred` option to `GRPC.Stub.connect/2,3`
- Add `:castore` to your list of dependencies in `mix.exs`
"""
end
Expand Down

0 comments on commit 067feee

Please sign in to comment.