GenericException.st
changeset 23650 96fa721fc85e
parent 23318 0c42190db1fb
child 23657 9dcca8d74668
--- a/GenericException.st	Mon Jan 28 21:30:21 2019 +0100
+++ b/GenericException.st	Mon Jan 28 21:41:38 2019 +0100
@@ -227,6 +227,7 @@
 ! !
 
 
+
 !GenericException class methodsFor:'accessing'!
 
 errorString
@@ -2533,6 +2534,12 @@
     "Created: / 21-07-2017 / 00:43:38 / cg"
     "Modified: / 21-07-2017 / 20:27:24 / cg"
     "Modified: / 25-07-2017 / 16:52:34 / stefan"
+!
+
+isTimeoutException
+    ^ false
+
+    "Created: / 28-01-2019 / 21:41:29 / Claus Gittinger"
 ! !
 
 !GenericException class methodsFor:'documentation'!