I think there is even a (gross) way to achieve try/catch around a block of code that panics?
whereas Error is for things that are unlikely to fail, like network/filesystem requests and recoverable logic bugs.
I think there is even a (gross) way to achieve try/catch around a block of code that panics?