This avoid having to raise (and catch) an Exception instance. Catching such an exception is unnecessarily broad, as it'll also catch things like SyntaxError and AttributeError.
This avoid having to raise (and catch) an Exception instance. Catching such an exception is unnecessarily broad, as it'll also catch things like SyntaxError and AttributeError.