SourceCodeManagerError.st
author Claus Gittinger <cg@exept.de>
Fri, 24 Feb 2017 11:40:10 +0100
changeset 4222 f861c45dd0fb
parent 2474 e2ae4aa96602
child 3011 1997ff6e7e55
child 4283 2bd472dd7b62
permissions -rw-r--r--
#OTHER by cg comment/format in: #checkForExistingContainer:inModule:directory:

"
 COPYRIGHT (c) 2006 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
"{ Package: 'stx:libbasic3' }"

ProceedableError subclass:#SourceCodeManagerError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-SourceCodeManagement'
!

!SourceCodeManagerError class methodsFor:'documentation'!

copyright
"
 COPYRIGHT (c) 2006 by eXept Software AG
              All Rights Reserved

 This software is furnished under a license and may be used
 only in accordance with the terms of that license and with the
 inclusion of the above copyright notice.   This software may not
 be provided or otherwise made available to, or used by, any
 other person.  No title to or ownership of the software is
 hereby transferred.
"
! !


!SourceCodeManagerError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerError.st,v 1.3 2011-08-12 11:36:52 stefan Exp $'
! !