GenericException.st
branchjv
changeset 20131 4118d61ddba0
parent 19811 65fec19facb0
parent 20095 41d97ae1384a
child 20205 03e626304d06
--- a/GenericException.st	Wed Jul 06 06:50:27 2016 +0200
+++ b/GenericException.st	Sat Jul 09 21:10:24 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -54,9 +52,9 @@
         I.e. what used to be instances of Signal/QuerySignal is being
         rewritten into subclasses of Exception/Error/Query and Warning.
         Although the functionality is basically unchanged, the new
-        class based exceptions are easier to instanciate (no need for
+        class based exceptions are easier to instantiate (no need for
         creation in a classes initialize method), easier to use (no real
-        need for SIgnal-constant accessors) and allow for easier parameter
+        need for Signal-constant accessors) and allow for easier parameter
         passing (not only a single parameter, but allows for individual
         exception subclasses to add additional state).
 
@@ -226,6 +224,7 @@
     self raiseErrorString:messageText
 ! !
 
+
 !GenericException class methodsFor:'accessing'!
 
 errorString