GenericException.st
changeset 22074 e92d5d7c3731
parent 22068 f1d1d5384374
child 22103 4345a87555d7
--- 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'!