Currently you cannot catch HttpError without specifically importing it and
adding it to the except list. It would be nice if HttpError inherited from
something like IOError/EnvironmentError so a generic handler could catch it
without capturing all sorts of unrelated errors.
Original issue reported on code.google.com by chris@improbable.org on 10 Oct 2013 at 9:46
Original issue reported on code.google.com by
chris@improbable.org
on 10 Oct 2013 at 9:46