diff -r 57c257f1150a -r d048f13cd50a ExecutionError.st --- a/ExecutionError.st Fri Sep 05 12:25:14 2003 +0200 +++ b/ExecutionError.st Fri Sep 05 12:29:15 2003 +0200 @@ -41,8 +41,16 @@ " ! ! +!ExecutionError class methodsFor:'initialization'! + +initialize + NotifierString := 'execution error'. +! ! + !ExecutionError class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/ExecutionError.st,v 1.3 2003-08-29 19:16:41 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ExecutionError.st,v 1.4 2003-09-05 10:26:58 stefan Exp $' ! ! + +ExecutionError initialize!