ExecutionError.st
changeset 7602 d048f13cd50a
parent 7587 89864caa2665
child 17711 39faaaf888b4
child 20450 bb3b6784f073
equal deleted inserted replaced
7601:57c257f1150a 7602:d048f13cd50a
    39 "
    39 "
    40     Common parent of execution-related errors
    40     Common parent of execution-related errors
    41 "
    41 "
    42 ! !
    42 ! !
    43 
    43 
       
    44 !ExecutionError class methodsFor:'initialization'!
       
    45 
       
    46 initialize
       
    47     NotifierString := 'execution error'.
       
    48 ! !
       
    49 
    44 !ExecutionError class methodsFor:'documentation'!
    50 !ExecutionError class methodsFor:'documentation'!
    45 
    51 
    46 version
    52 version
    47     ^ '$Header: /cvs/stx/stx/libbasic/ExecutionError.st,v 1.3 2003-08-29 19:16:41 cg Exp $'
    53     ^ '$Header: /cvs/stx/stx/libbasic/ExecutionError.st,v 1.4 2003-09-05 10:26:58 stefan Exp $'
    48 ! !
    54 ! !
       
    55 
       
    56 ExecutionError initialize!