#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jul 2017 20:27:37 +0200
changeset 22074 e92d5d7c3731
parent 22073 d4ac55497643
child 22075 d95ce099f95f
#REFACTORING by cg class: GenericException changed: #isQuery
GenericException.st
--- a/GenericException.st	Fri Jul 21 15:14:01 2017 +0200
+++ b/GenericException.st	Fri Jul 21 20:27:37 2017 +0200
@@ -2464,9 +2464,10 @@
 !
 
 isQuery
-    ^ false
+    ^ self class isQuery
 
     "Created: / 21-07-2017 / 00:43:38 / cg"
+    "Modified: / 21-07-2017 / 20:27:24 / cg"
 ! !
 
 !GenericException class methodsFor:'documentation'!