ArgumentCountError
Guide
Edit on GitHub ✎
ArgumentCountError is thrown when too few arguments are passed to a user-defined function or method.
Intro
ArgumentCountError is thrown when too few arguments are passed to a user-defined function or method.
This error is also thrown when too many arguments are passed to a non-variadic built-in function.
Class synopsis
extends TypeError { }