InvalidOperationError.st
author Stefan Vogel <sv@exept.de>
Tue, 13 Jul 2004 15:10:20 +0200
changeset 8447 9bdea3431846
parent 8068 4d18d2a101c9
child 8728 d70396dc4e96
permissions -rw-r--r--
EncodedStream inherts from PeekableStream

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