[squeak-dev] The Trunk: Exceptions-fbs.44.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Feb 8 13:02:38 UTC 2013


Frank Shearar uploaded a new version of Exceptions to project The Trunk:
http://source.squeak.org/trunk/Exceptions-fbs.44.mcz

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

Name: Exceptions-fbs.44
Author: fbs
Time: 8 February 2013, 1:02:19.566 pm
UUID: c4a90e3d-6232-4ffc-a1ad-ef20b77550a6
Ancestors: Exceptions-fbs.43

Move FTPConnectionException to Network-Protocols.

=============== Diff against Exceptions-fbs.43 ===============

Item was removed:
- Error subclass: #FTPConnectionException
- 	instanceVariableNames: ''
- 	classVariableNames: ''
- 	poolDictionaries: ''
- 	category: 'Exceptions-Kernel'!

Item was removed:
- ----- Method: FTPConnectionException>>defaultAction (in category 'as yet unclassified') -----
- defaultAction
- 
- 	self resume!

Item was removed:
- ----- Method: FTPConnectionException>>isResumable (in category 'as yet unclassified') -----
- isResumable
- 
- 	^true!



More information about the Squeak-dev mailing list