StreamError.st
changeset 7232 1d05a293b8b0
parent 6210 d7039e2ae776
child 7586 63e4900c8931
equal deleted inserted replaced
7231:5e1250b3f7f6 7232:1d05a293b8b0
     9 
     9 
    10 !StreamError class methodsFor:'documentation'!
    10 !StreamError class methodsFor:'documentation'!
    11 
    11 
    12 documentation
    12 documentation
    13 "
    13 "
    14     the parent of all stream errors.
    14     The parent of all stream errors.
    15 "
    15 "
    16 ! !
    16 ! !
    17 
    17 
    18 !StreamError class methodsFor:'documentation'!
    18 !StreamError class methodsFor:'documentation'!
    19 
    19 
    20 version
    20 version
    21     ^ '$Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.2 2001-11-17 10:04:09 cg Exp $'
    21     ^ '$Header: /cvs/stx/stx/libbasic/StreamError.st,v 1.3 2003-04-24 08:20:17 cg Exp $'
    22 ! !
    22 ! !