ReadError.st
author Stefan Vogel <sv@exept.de>
Wed, 01 Sep 2004 16:45:23 +0200
changeset 8508 68cd95545196
parent 8067 f2369201d580
child 8727 533d79aac561
permissions -rw-r--r--
Allow to proceed with any stream from an #openError handler

"{ Encoding: utf8 }"

"{ Package: 'stx:libbasic' }"

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


!ReadError class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libbasic/ReadError.st,v 1.1 2004-03-04 16:43:51 cg Exp $'
! !