InvalidOperationError.st
author Stefan Vogel <sv@exept.de>
Wed, 01 Sep 2004 16:45:23 +0200
changeset 8508 68cd95545196
parent 8068 4d18d2a101c9
child 8728 d70396dc4e96
permissions -rw-r--r--
Allow to proceed with any stream from an #openError handler

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