#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Fri, 21 Jul 2017 00:45:32 +0200
changeset 22067 c685c1804bed
parent 22066 20e0fa5d209c
child 22068 f1d1d5384374
#BUGFIX by cg class: GenericException added: #isQuery
GenericException.st
--- a/GenericException.st	Fri Jul 21 00:45:12 2017 +0200
+++ b/GenericException.st	Fri Jul 21 00:45:32 2017 +0200
@@ -2453,6 +2453,12 @@
      I.e. a global error handler should reject and let a debugger get control."
      
     ^ self class isProgramError
+!
+
+isQuery
+    ^ false
+
+    "Created: / 21-07-2017 / 00:43:38 / cg"
 ! !
 
 !GenericException class methodsFor:'documentation'!