Error.st
changeset 8486 381dfb0749b6
parent 8065 23355398af34
child 12089 0b9f77ad54a0
child 17711 39faaaf888b4
--- 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!