OverflowError.st
changeset 6690 07ef28245da8
parent 6687 67110eb2e715
child 7586 63e4900c8931
equal deleted inserted replaced
6689:c8b2e0131e12 6690:07ef28245da8
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Kernel-Exceptions-Errors'
     7 	category:'Kernel-Exceptions-Errors'
     8 !
     8 !
     9 
     9 
    10 
    10 
       
    11 !OverflowError class methodsFor:'initialization'!
       
    12 
       
    13 initialize
       
    14     NotifierString := 'overflow'.
       
    15 ! !
       
    16 
    11 !OverflowError class methodsFor:'documentation'!
    17 !OverflowError class methodsFor:'documentation'!
    12 
    18 
    13 version
    19 version
    14     ^ '$Header: /cvs/stx/stx/libbasic/OverflowError.st,v 1.1 2002-07-31 14:29:09 cg Exp $'
    20     ^ '$Header: /cvs/stx/stx/libbasic/OverflowError.st,v 1.2 2002-07-31 14:33:56 cg Exp $'
    15 ! !
    21 ! !
       
    22 OverflowError initialize!