ContextError.st
changeset 20439 a68d67522347
parent 15884 9e68504d3c12
child 20578 39641ba8d6e0
equal deleted inserted replaced
20438:d694d6e9b445 20439:a68d67522347
     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