SignalError.st
branchjv
changeset 20578 39641ba8d6e0
parent 17911 a99f15c5efa5
parent 20441 64176470b74e
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:#SignalError
    14 "{ NameSpace: Smalltalk }"
       
    15 
       
    16 ExecutionError subclass:#SignalError
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    18 	category:'Kernel-Exceptions-Errors'
    20 	category:'Kernel-Exceptions-Errors'
    19 !
    21 !
    44 ! !
    46 ! !
    45 
    47 
    46 !SignalError class methodsFor:'documentation'!
    48 !SignalError class methodsFor:'documentation'!
    47 
    49 
    48 version
    50 version
    49     ^ '$Header: /cvs/stx/stx/libbasic/SignalError.st,v 1.5 2004/04/22 15:28:24 stefan Exp $'
    51     ^ '$Header$'
    50 !
    52 !
    51 
    53 
    52 version_SVN
    54 version_SVN
    53     ^ '$Id: SignalError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    55     ^ '$Id: SignalError.st 10761 2012-01-19 11:46:00Z vranyj1 $'
    54 ! !
    56 ! !