ControlInterrupt.st
changeset 7630 fced37c5cccc
parent 7626 acb790410598
child 15190 88ce648f5e0b
child 17711 39faaaf888b4
equal deleted inserted replaced
7629:8a8952dc3ad4 7630:fced37c5cccc
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 
    13 "{ Package: 'stx:libbasic' }"
    13 "{ Package: 'stx:libbasic' }"
    14 
    14 
    15 Exception subclass:#ControlInterrupt
    15 GenericException subclass:#ControlInterrupt
    16 	instanceVariableNames:''
    16 	instanceVariableNames:''
    17 	classVariableNames:''
    17 	classVariableNames:''
    18 	poolDictionaries:''
    18 	poolDictionaries:''
    19 	category:'Kernel-Exceptions-Control'
    19 	category:'Kernel-Exceptions-Control'
    20 !
    20 !
    50 ! !
    50 ! !
    51 
    51 
    52 !ControlInterrupt class methodsFor:'documentation'!
    52 !ControlInterrupt class methodsFor:'documentation'!
    53 
    53 
    54 version
    54 version
    55     ^ '$Header: /cvs/stx/stx/libbasic/ControlInterrupt.st,v 1.6 2003-10-06 11:31:07 cg Exp $'
    55     ^ '$Header: /cvs/stx/stx/libbasic/ControlInterrupt.st,v 1.7 2003-10-07 13:25:13 stefan Exp $'
    56 ! !
    56 ! !