diff -r d94728eaf4f0 -r 381dfb0749b6 Error.st --- a/Error.st Sun Aug 22 19:58:15 2004 +0200 +++ b/Error.st Sun Aug 22 19:58:58 2004 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 1999 by eXept Software AG All Rights Reserved @@ -66,7 +64,7 @@ "By default, errors do not allow to proceed. Subclasses may change this" - ^ false "/ true + ^ false "Created: / 23.7.1999 / 14:52:26 / stefan" "Modified: / 23.7.1999 / 14:52:39 / stefan" @@ -81,7 +79,7 @@ !Error class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.8 2004-03-04 16:39:05 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Error.st,v 1.9 2004-08-22 17:58:58 stefan Exp $' ! ! Error initialize!