noname icon indicating copy to clipboard operation
noname copied to clipboard

Replace all panics with cleaner error

Open mimoo opened this issue 1 year ago • 2 comments

We should replace all panics with an ErrorKind::UnexpectedError(&'static str) or something like that. So that a user can paste the error in the issues here if they run into one!

mimoo avatar Mar 26 '24 14:03 mimoo

can i take on this ?

mahmudsudo avatar Jun 06 '24 01:06 mahmudsudo

maybe start with just a few to show us your way of doing it :o and what it looks like from a user perspective. Also, if the error can give a link to the user to post an issue it'd be great!

mimoo avatar Jun 06 '24 13:06 mimoo