#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Thu, 22 Sep 2016 15:11:47 +0200
changeset 20417 9442c5afd845
parent 20416 dc0f91c47688
child 20418 f0d4c001928b
#DOCUMENTATION by cg class: GenericException comment/format in: #originalSignal
GenericException.st
--- 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.
 !