Previous:
Error Checking in Function Calls
, Up:
Error Checking in Function Calls
3.5.1 Argument Mismatch Detection
¶
Safe and Unsafe Calls
Error Detection Time in Safe Calls
Too Few Arguments
Too Many Arguments
Unrecognized Keyword Arguments
Invalid Keyword Arguments
Odd Number of Keyword Arguments
Destructuring Mismatch
Errors When Calling a Next Method