hush icon indicating copy to clipboard operation
hush copied to clipboard

Use Exception.message to retrieve error message

Open martosaur opened this issue 2 years ago • 0 comments

While most of the time elixir errors have message field, this isn't a requirement. Good thing is that implementing message/1 callback is a requirement, so we can use Exception.message/1

martosaur avatar Oct 17 '22 16:10 martosaur