Skip to content

Commit 1e4ed32

Browse files
committed
@doc false URI.Error.message/1
1 parent bac5b1d commit 1e4ed32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/lib/uri.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ defmodule URI do
3737
defmodule Error do
3838
defexception [:action, :reason, :part]
3939

40+
@doc false
4041
def message(%Error{action: action, reason: reason, part: part}) do
4142
"cannot #{action} due to reason #{reason}: #{inspect(part)}"
4243
end

0 commit comments

Comments
 (0)