Skip to content
  • Lars Kruse's avatar
    Reduce occurrences of bare exceptions · b07f4130
    Lars Kruse authored
    * replace bare exceptions with specific ones, if possible
    * use "exc" instead of "e" as exception variable
      ("exc" is the most popular choice in the standard library)
    b07f4130