#OTHER by mawalch
authormawalch
Wed, 06 Jul 2016 16:38:51 +0200
changeset 20089 2468c0711e9a
parent 20088 9d16b5a4a6ac
child 20090 2fecd6f6a1b1
#OTHER by mawalch spelling
GenericException.st
--- a/GenericException.st	Wed Jul 06 16:38:45 2016 +0200
+++ b/GenericException.st	Wed Jul 06 16:38:51 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1993 by Claus Gittinger
 	      All Rights Reserved
@@ -54,7 +52,7 @@
         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
         passing (not only a single parameter, but allows for individual
@@ -226,6 +224,7 @@
     self raiseErrorString:messageText
 ! !
 
+
 !GenericException class methodsFor:'accessing'!
 
 errorString