ArgumentError.st
author Stefan Vogel <sv@exept.de>
Fri, 20 Jun 2003 09:32:25 +0200
changeset 7435 c5afb1b0fd1b
parent 7145 a2a21668f317
child 7587 89864caa2665
permissions -rw-r--r--
Prepare for moving of SubclassInfo to subclass instcar in Class

"{ Package: 'stx:libbasic' }"

ExecutionError subclass:#ArgumentError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-ExecutionErrors'
!


!ArgumentError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/ArgumentError.st,v 1.1 2003-03-31 14:07:38 cg Exp $'
! !