The Trunk: Exceptions-nice.27.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Exceptions-nice.27.mcz

commits-2
Nicolas Cellier uploaded a new version of Exceptions to project The Trunk:
http://source.squeak.org/trunk/Exceptions-nice.27.mcz

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

Name: Exceptions-nice.27
Author: nice
Time: 20 March 2010, 8:20:41.36 am
UUID: 571e95de-9e7b-664d-899a-676e736caba8
Ancestors: Exceptions-ar.26

Let add: answer the added object argument

=============== Diff against Exceptions-ar.26 ===============

Item was changed:
  ----- Method: ExceptionSet>>add: (in category 'private') -----
  add: anException
 
+ ^exceptions add: anException!
- exceptions add: anException!