GenericException.st
changeset 22074 e92d5d7c3731
parent 22068 f1d1d5384374
child 22103 4345a87555d7
equal deleted inserted replaced
22073:d4ac55497643 22074:e92d5d7c3731
  2462      
  2462      
  2463     ^ self class isProgramError
  2463     ^ self class isProgramError
  2464 !
  2464 !
  2465 
  2465 
  2466 isQuery
  2466 isQuery
  2467     ^ false
  2467     ^ self class isQuery
  2468 
  2468 
  2469     "Created: / 21-07-2017 / 00:43:38 / cg"
  2469     "Created: / 21-07-2017 / 00:43:38 / cg"
       
  2470     "Modified: / 21-07-2017 / 20:27:24 / cg"
  2470 ! !
  2471 ! !
  2471 
  2472 
  2472 !GenericException class methodsFor:'documentation'!
  2473 !GenericException class methodsFor:'documentation'!
  2473 
  2474 
  2474 version
  2475 version