NotFoundError.st
branchjv
changeset 20578 39641ba8d6e0
parent 18057 8da7c39a6322
parent 20438 d694d6e9b445
equal deleted inserted replaced
20577:a27e7b3031cb 20578:39641ba8d6e0
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    13 
    13 
    14 ProceedableError subclass:#NotFoundError
    14 "{ NameSpace: Smalltalk }"
       
    15 
       
    16 ExecutionError subclass:#NotFoundError
    15     instanceVariableNames: ''
    17     instanceVariableNames: ''
    16     classVariableNames: ''
    18     classVariableNames: ''
    17     poolDictionaries: ''
    19     poolDictionaries: ''
    18     category: 'Kernel-Exceptions-Errors'
    20     category: 'Kernel-Exceptions-Errors'
    19 !
    21 !
    53 
    55 
    54 
    56 
    55 !NotFoundError class methodsFor:'documentation'!
    57 !NotFoundError class methodsFor:'documentation'!
    56 
    58 
    57 version
    59 version
    58     ^ '$Header: /cvs/stx/stx/libbasic/NotFoundError.st,v 1.5 2013-04-27 10:05:48 cg Exp $'
    60     ^ '$Header$'
    59 !
    61 !
    60 
    62 
    61 version_SVN
    63 version_SVN
    62     ^ '$Id: NotFoundError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    64     ^ '$Id: NotFoundError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    63 ! !
    65 ! !