MCNoChangesException.st
author Claus Gittinger <cg@exept.de>
Wed, 22 Nov 2006 14:15:46 +0100
changeset 77 e419c21327ab
child 587 8bd72777431d
permissions -rw-r--r--
initial checkin

"{ 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 $'
! !