Lines Matching refs:BaseException
33 root class :exc:`BaseException`, the associated value is present as the
43 class or one of its subclasses, and not from :exc:`BaseException`. More
49 .. exception:: BaseException
73 Changed to inherit from :exc:`BaseException`.
162 directly inherits from :exc:`BaseException` instead of :exc:`StandardError`
168 Changed to inherit from :exc:`BaseException`.
211 :exc:`BaseException` so as to not be accidentally caught by code that catches
215 Changed to inherit from :exc:`BaseException`.
350 directly from :exc:`BaseException` and not :exc:`StandardError`, since it is not
360 The exception inherits from :exc:`BaseException` instead of :exc:`StandardError`
366 Changed to inherit from :exc:`BaseException`.