DomainError.st
author Claus Gittinger <cg@exept.de>
Wed, 26 Sep 2001 15:11:37 +0200
changeset 6048 af4b1127f362
parent 5947 45351eedb5a1
child 6218 f528bf2bcc5f
permissions -rw-r--r--
refactored - some methods moved from AbsoluteTime

"{ Package: 'stx:libbasic' }"

ArithmeticError subclass:#DomainError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Magnitude-Numbers'
!


!DomainError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/DomainError.st,v 1.1 2001-09-04 10:33:08 cg Exp $'
! !