Closed mingmingrr closed 1 year ago
From Python documentation:
exception BaseException The base class for all built-in exceptions. It is not meant to be directly inherited by user-defined classes (for that, use Exception).
Thanks, this has been implemented in #47!
From Python documentation: