<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Please ignore the postscript. xD Class removals can be committed directly, of course. ;-)<div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 01.12.2021 15:03:43 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style='font-family:Arial,Helvetica,sans-serif'>Marcel Taeumel uploaded a new version of Kernel to project The Trunk:<br>http://source.squeak.org/trunk/Kernel-mt.1431.mcz<br><br>==================== Summary ====================<br><br>Name: Kernel-mt.1431<br>Author: mt<br>Time: 1 December 2021, 3:03:26.688361 pm<br>UUID: 8d2aa79a-524c-374e-92ca-e7a9b8e7988e<br>Ancestors: Kernel-pre.1430<br><br>Complements 60Deprecated-mt.98<br><br>=============== Diff against Kernel-pre.1430 ===============<br><br>Item was removed:<br>- Notification subclass: #ExceptionAboutToReturn<br>-       instanceVariableNames: ''<br>-    classVariableNames: ''<br>-       poolDictionaries: ''<br>-         category: 'Kernel-Exceptions-Kernel'!<br>- <br>- !ExceptionAboutToReturn commentStamp: '<historical>' prior: 0!<br>- This class is private to the EHS implementation.  Its use allows for ensured execution to survive code such as:<br>- <br>- [self doThis.<br>- ^nil]<br>-   ensure: [self doThat]<br>- <br>- Signaling or handling this exception is not recommended.  Not even slightly.!<br><br>Item was removed:<br>- ArithmeticError subclass: #NaNError<br>-       instanceVariableNames: ''<br>-    classVariableNames: ''<br>-       poolDictionaries: ''<br>-         category: 'Kernel-Numbers-Exceptions'!<br>- <br>- !NaNError commentStamp: 'ar 12/14/2010 00:03' prior: 0!<br>- NaNError is signaled by various operations that would either result in or operate on an NaN input.!<br><br>Item was removed:<br>- ----- Method: NaNError>>isResumable (in category 'testing') -----<br>- isResumable<br>-  "NaNError is always resumable"<br>-     ^true!<br><br>Item was removed:<br>- ----- Method: NaNError>>messageText (in category 'accessing') -----<br>- messageText<br>-      "Return an exception's message text."<br>- <br>-  ^messageText ifNil:['This operation would result in NaN ']!<br><br>Item was changed:<br>+ (PackageInfo named: 'Kernel') postscript: 'Smalltalk removeClassNamed: #ExceptionAboutToReturn.'!<br>- (PackageInfo named: 'Kernel') postscript: 'DebuggerMethodMap voidMapCache.<br>- Smalltalk garbageCollect.<br>- HashedCollection rehashAll'!<br><br><br></historical></div></blockquote>
                                        </div></body>