MCNoChangesException.st
changeset 77 e419c21327ab
child 587 8bd72777431d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MCNoChangesException.st	Wed Nov 22 14:15:46 2006 +0100
@@ -0,0 +1,21 @@
+"{ Package: 'stx:goodies/monticello' }"
+
+Exception subclass:#MCNoChangesException
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Monticello-Versioning'
+!
+
+
+!MCNoChangesException methodsFor:'as yet unclassified'!
+
+defaultAction
+	self inform: 'No changes'
+! !
+
+!MCNoChangesException class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCNoChangesException.st,v 1.1 2006-11-22 13:15:46 cg Exp $'
+! !