ContextError.st
branchjv
changeset 20578 39641ba8d6e0
parent 18115 26ac4840e5d0
parent 20439 a68d67522347
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:#ContextError
    14 "{ NameSpace: Smalltalk }"
       
    15 
       
    16 ExecutionError subclass:#ContextError
    15 	instanceVariableNames:'context'
    17 	instanceVariableNames:'context'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    18 	category:'Kernel-Exceptions-Errors'
    20 	category:'Kernel-Exceptions-Errors'
    19 !
    21 !
    41 ! !
    43 ! !
    42 
    44 
    43 !ContextError class methodsFor:'documentation'!
    45 !ContextError class methodsFor:'documentation'!
    44 
    46 
    45 version
    47 version
    46     ^ '$Header: /cvs/stx/stx/libbasic/ContextError.st,v 1.5 2013-12-24 10:39:33 cg Exp $'
    48     ^ '$Header$'
    47 !
    49 !
    48 
    50 
    49 version_SVN
    51 version_SVN
    50     ^ '$Id: ContextError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    52     ^ '$Id: ContextError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    51 ! !
    53 ! !