Skip to content

Commit

Permalink
add a method for in replutil
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Jan 18, 2015
1 parent b8c31c6 commit f708a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/replutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ showerror(io::IO, ::EOFError) = print(io, "EOFError: read end of file")
showerror(io::IO, ex::ErrorException) = print(io, ex.msg)
showerror(io::IO, ex::KeyError) = print(io, "KeyError: $(ex.key) not found")
showerror(io::IO, ex::InterruptException) = print(io, "InterruptException:")
showerror(io::IO, ex::ArgumentError) = print(io, "ArgumentError: $(ex.msg)")

function showerror(io::IO, ex::MethodError)
print(io, "MethodError: ")
Expand Down

0 comments on commit f708a23

Please sign in to comment.