WrongNumberOfArgumentsError.st
changeset 7231 5e1250b3f7f6
parent 7145 a2a21668f317
child 7587 89864caa2665
equal deleted inserted replaced
7230:82934cb163d4 7231:5e1250b3f7f6
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Kernel-Exceptions-ExecutionErrors'
     7 	category:'Kernel-Exceptions-ExecutionErrors'
     8 !
     8 !
     9 
     9 
       
    10 !WrongNumberOfArgumentsError class methodsFor:'documentation'!
       
    11 
       
    12 documentation
       
    13 "
       
    14     Triggered by the VM, if a method/block is called with a wrong number of arguments
       
    15 "
       
    16 ! !
    10 
    17 
    11 !WrongNumberOfArgumentsError class methodsFor:'documentation'!
    18 !WrongNumberOfArgumentsError class methodsFor:'documentation'!
    12 
    19 
    13 version
    20 version
    14     ^ '$Header: /cvs/stx/stx/libbasic/WrongNumberOfArgumentsError.st,v 1.1 2003-03-31 14:07:47 cg Exp $'
    21     ^ '$Header: /cvs/stx/stx/libbasic/WrongNumberOfArgumentsError.st,v 1.2 2003-04-24 08:17:49 cg Exp $'
    15 ! !
    22 ! !