BadLiteralsError.st
author james
Wed, 09 Apr 2003 14:29:15 +0200
changeset 7182 42dce0ee1b98
parent 7145 a2a21668f317
child 7231 5e1250b3f7f6
permissions -rw-r--r--
james' package changes

"{ Package: 'stx:libbasic' }"

InvalidCodeError subclass:#BadLiteralsError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-ExecutionErrors'
!


!BadLiteralsError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/BadLiteralsError.st,v 1.1 2003-03-31 14:08:28 cg Exp $'
! !