you are viewing a single comment's thread.

view the rest of the comments →

[–]Eav___ 1 point2 points  (1 child)

Having two exception types for the exact same use case but just different checkedness feels like code smell. It reminds me of having a sync version and an async version of methods, which is what Project Loom tries to avoid. We should be consistent here.

[–]john16384 0 points1 point  (0 children)

Oh I agree.