Skip to content
Snippets Groups Projects
Commit a6ba1d01 authored by MichelJuillard's avatar MichelJuillard
Browse files

fixing exception message

parent 01ab7180
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ struct DggesException <: Exception ...@@ -4,4 +4,4 @@ struct DggesException <: Exception
error_nbr::Int64 error_nbr::Int64
end end
Base.showerror(io::IO, e::DggesException) = print(io, "error nbr", e.error_nbr) Base.showerror(io::IO, e::DggesException) = print(io, "dgges error ", e.error_nbr)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment