Closed lpil closed 5 years ago
The current error message is worse than the default NoClauseError in Elixir because it doesn't tell you which argument is the problem.
We can either improve the message or just let Elixir handle it with a NoClauseError.
Letting it drop through to a NoClauseError would be fine with me.
Alrighto, I'll do that. Thanks!
The current error message is worse than the default NoClauseError in Elixir because it doesn't tell you which argument is the problem.
We can either improve the message or just let Elixir handle it with a NoClauseError.