Description
Rationalize all try/catch blocks. Catching a class like Exception is probably not what we really want. There's a universe of things that can go wrong while loading. We don't want to mask many of these failures.
Rationalize all try/catch blocks. Catching a class like Exception is probably not what we really want. There's a universe of things that can go wrong while loading. We don't want to mask many of these failures.