IncorrectArgumentCountException
open class IncorrectArgumentCountException(val keyword: String, val count: Int, val expected: Int) : AlgorithmLexer.SyntaxException
Exception thrown when an incorrect argument count is found
Parameters
keyword
Keyword
count
Argument count
expected
Expected argument count