Ruby - Error Handling
You want to handle
IOError and ZeroDivisionError differently but also catch any other exceptions generically. Which rescue clause order is correct?