[squeak-dev] The Trunk: Exceptions-cmm.37.mcz

commits at source.squeak.org commits at source.squeak.org
Sun Nov 25 00:23:32 UTC 2012


Chris Muller uploaded a new version of Exceptions to project The Trunk:
http://source.squeak.org/trunk/Exceptions-cmm.37.mcz

==================== Summary ====================

Name: Exceptions-cmm.37
Author: cmm
Time: 24 November 2012, 6:23:20.97 pm
UUID: 0c4792bb-f5fe-4205-b8b3-801a8f420eec
Ancestors: Exceptions-chc.36

Introduce NumberParserError so that errors parsing numbers via #asNumber can be discerned from other kinds of Errors.

=============== Diff against Exceptions-chc.36 ===============

Item was added:
+ Error subclass: #NumberParserError
+ 	instanceVariableNames: ''
+ 	classVariableNames: ''
+ 	poolDictionaries: ''
+ 	category: 'Exceptions-Kernel'!



More information about the Squeak-dev mailing list