OpenError.st
changeset 8509 b62464d549f5
parent 8282 b209958b06aa
child 8514 9e18649ad0c9
equal deleted inserted replaced
8508:68cd95545196 8509:b62464d549f5
    20     "the stream which failed to open"
    20     "the stream which failed to open"
    21 
    21 
    22     ^ parameter
    22     ^ parameter
    23 ! !
    23 ! !
    24 
    24 
    25 !OpenError methodsFor:'testing'!
       
    26 
       
    27 isOpenError
       
    28     ^ true
       
    29 ! !
       
    30 
       
    31 !OpenError class methodsFor:'documentation'!
    25 !OpenError class methodsFor:'documentation'!
    32 
    26 
    33 version
    27 version
    34     ^ '$Header: /cvs/stx/stx/libbasic/OpenError.st,v 1.2 2004-04-01 12:29:55 cg Exp $'
    28     ^ '$Header: /cvs/stx/stx/libbasic/OpenError.st,v 1.3 2004-09-01 16:32:53 stefan Exp $'
    35 ! !
    29 ! !