ms7m / notify-py

:speech_balloon: | A simple Python Module for sending cross-platform desktop notifications on Windows, macOS and Linux
MIT License
262 stars 26 forks source link

Inherit correct Exception class #39

Closed mingmingrr closed 1 year ago

mingmingrr commented 2 years 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).

ms7m commented 1 year ago

Thanks, this has been implemented in #47!