class ArityException : Exception
Exception given when the number of arguments given to a function does not match its arity.
message - A message describing what went wrong.
| <init> |
ArityException(message: String)
Exception given when the number of arguments given to a function does not match its arity. |