ArithmeticError.st
author penk
Tue, 14 Dec 2004 14:14:09 +0100
changeset 8657 1df84e8daa15
parent 8483 3e76a8fe740a
child 8746 5d75855c2d07
permissions -rw-r--r--
care for nil suspendedContext in description

"{ 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 $'
! !