notify-py
notify-py copied to clipboard
Inherit correct Exception class
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).