
July 25, 2010
3:20 a.m.
Mike Meyer wrote:
I can't even say the package authors are wrong not to catch and map those errors into package-specific errors.
I'd say they're not wrong at all. The exception hierarchy should be based on the semantics of the exceptions, not which package they happen to originate from or pass through. -- Greg