Remix.run Logo
seunosewa a day ago

Which checked exceptions do you declare or enjoy having to handle in your codebase?

peterashford 18 hours ago | parent [-]

I declare any which I'm not handling at the point they're raised. Unless I'm just ignoring them in which case I just declare methods throw Exception.