Tag: exception

  • Ruby Exception Handling Practice: Be As Specific As Possible

    Avdi Grimm covers Ruby exception handling in way more detail in Exceptional Ruby (not an affiliate link!) and you should check it out Ruby Exception Handling In Ruby, you should already be aware that catching Exception is a blunt instrument that captures error states that generally should not be handled by your code. This is…