InvalidOperationError.st
author Stefan Vogel <sv@exept.de>
Wed, 22 Sep 2004 16:42:22 +0200
changeset 8586 a38e882affa5
parent 8068 4d18d2a101c9
child 8728 d70396dc4e96
permissions -rw-r--r--
take care of time-wrap in #millisecondsToRun:

"{ Encoding: utf8 }"

"{ Package: 'stx:libbasic' }"

StreamError subclass:#InvalidOperationError
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Kernel-Exceptions-Errors'
!


!InvalidOperationError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/InvalidOperationError.st,v 1.1 2004-03-04 16:49:45 cg Exp $'
! !