UndefinedSuperclassError.st
author Claus Gittinger <cg@exept.de>
Wed, 03 Apr 2013 23:08:10 +0200
changeset 3083 9028b8283735
child 3841 a22f33410bdf
child 4095 448d64c118f2
permissions -rw-r--r--
initial checkin

"{ Package: 'stx:libcomp' }"

ParseError subclass:#UndefinedSuperclassError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'System-Compiler'
!


!UndefinedSuperclassError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedSuperclassError.st,v 1.1 2013-04-03 21:08:10 cg Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/libcomp/UndefinedSuperclassError.st,v 1.1 2013-04-03 21:08:10 cg Exp $'
! !