ArithmeticError.st
author Stefan Vogel <sv@exept.de>
Sun, 22 Aug 2004 19:47:38 +0200
changeset 8483 3e76a8fe740a
parent 8325 ad394527946b
child 8746 5d75855c2d07
permissions -rw-r--r--
Change superclass to ProceedableError

"{ Package: 'stx:libbasic' }"

ProceedableError subclass:#ArithmeticError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-Errors'
!


!ArithmeticError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/ArithmeticError.st,v 1.6 2004-08-22 17:47:23 stefan Exp $'
! !