--- a/src/eric7/VCS/StatusMonitorThread.py Thu May 25 11:12:05 2023 +0200 +++ b/src/eric7/VCS/StatusMonitorThread.py Thu May 25 19:51:47 2023 +0200 @@ -212,10 +212,10 @@ @return tuple of flag indicating successful operation (boolean) and a status message in case of non successful operation (string) - @exception RuntimeError to indicate that this method must be + @exception NotImplementedError to indicate that this method must be implemented by a subclass """ - raise RuntimeError("Not implemented") + raise NotImplementedError("Not implemented") return ()