VMInternalError.st
changeset 8333 9b32f94426ca
parent 8329 1828c8969866
child 13751 f777408a5f4c
child 17711 39faaaf888b4
equal deleted inserted replaced
8332:106278f76c6f 8333:9b32f94426ca
    14 
    14 
    15 Error subclass:#VMInternalError
    15 Error subclass:#VMInternalError
    16 	instanceVariableNames:''
    16 	instanceVariableNames:''
    17 	classVariableNames:''
    17 	classVariableNames:''
    18 	poolDictionaries:''
    18 	poolDictionaries:''
    19 	category:'Kernel-Exceptions'
    19 	category:'Kernel-Exceptions-Errors'
    20 !
    20 !
    21 
    21 
    22 !VMInternalError class methodsFor:'documentation'!
    22 !VMInternalError class methodsFor:'documentation'!
    23 
    23 
    24 copyright
    24 copyright
    56 ! !
    56 ! !
    57 
    57 
    58 !VMInternalError class methodsFor:'documentation'!
    58 !VMInternalError class methodsFor:'documentation'!
    59 
    59 
    60 version
    60 version
    61     ^ '$Header: /cvs/stx/stx/libbasic/VMInternalError.st,v 1.1 2004-04-23 11:41:30 stefan Exp $'
    61     ^ '$Header: /cvs/stx/stx/libbasic/VMInternalError.st,v 1.2 2004-04-23 16:11:23 stefan Exp $'
    62 ! !
    62 ! !
    63 
    63 
    64 VMInternalError initialize!
    64 VMInternalError initialize!