src/eric7/VCS/StatusMonitorThread.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10436
f6881d10e995
--- 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 ()
 

eric ide

mercurial