GenericException.st
changeset 20417 9442c5afd845
parent 20261 62a8dfe1c730
child 20436 a4aae3f01bc1
--- a/GenericException.st	Thu Sep 22 15:11:35 2016 +0200
+++ b/GenericException.st	Thu Sep 22 15:11:47 2016 +0200
@@ -224,7 +224,6 @@
     self raiseErrorString:messageText
 ! !
 
-
 !GenericException class methodsFor:'accessing'!
 
 errorString
@@ -1357,7 +1356,7 @@
 
 originalSignal
     "return the signal/exception which was originally raised.
-     For noHandler, that is my unhandled signal; for others, thats the exception itself."
+     For noHandler, that is my unhandled signal; for others, that's the exception itself."
 
     ^ self.
 !