GenericException.st
changeset 22068 f1d1d5384374
parent 22067 c685c1804bed
child 22074 e92d5d7c3731
equal deleted inserted replaced
22067:c685c1804bed 22068:f1d1d5384374
  1143      I.e. a global error handler should reject and let a debugger get control."
  1143      I.e. a global error handler should reject and let a debugger get control."
  1144 
  1144 
  1145     ^ false
  1145     ^ false
  1146 !
  1146 !
  1147 
  1147 
       
  1148 isQuery
       
  1149     "return true, if this is a query - always return false here"
       
  1150 
       
  1151     ^ false
       
  1152 
       
  1153     "Created: / 21-07-2017 / 00:53:29 / cg"
       
  1154 !
       
  1155 
  1148 isQuerySignal
  1156 isQuerySignal
  1149     "return true, if this is a querySignal - always return false here"
  1157     "return true, if this is a querySignal - always return false here"
  1150 
  1158 
  1151     ^ false
  1159     ^ false
  1152 
  1160