Skip to content

Commit

Permalink
improve error message
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Jul 24, 2024
1 parent 03c5793 commit 2e9d1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Initialization/init_SymEngine.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ function _free_symbols(expr::Expr)
elseif _is_halfspace(expr)
return free_symbols(expr, HalfSpace)
else
error("the free symbols for the expression $(expr) is not implemented")
error("the `free_symbols` method for the expression $expr is not implemented")
end
end

0 comments on commit 2e9d1c4

Please sign in to comment.