diff --git a/src/Downloads.jl b/src/Downloads.jl index b646909..89b9b21 100644 --- a/src/Downloads.jl +++ b/src/Downloads.jl @@ -130,7 +130,7 @@ struct RequestError <: Exception end function Base.showerror(io::IO, err::RequestError) - print(io, "$(error_message(err)) while requesting $(err.url)") + print(io, "RequestError: $(error_message(err)) while requesting $(err.url)") end function error_message(err::RequestError)