notify-py icon indicating copy to clipboard operation
notify-py copied to clipboard

Inherit correct Exception class

Open mingmingrr opened this issue 3 years ago • 0 comments

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).

mingmingrr avatar Nov 29 '21 17:11 mingmingrr