ArgsMismatch type

Represents calling failure due to arguments vs parameters mismatch.

Example

f = F(x) "blah"
f(10, 20)
# ... Exception of type ArgsMismatch ...

Direct parent types

CallFail
Represents calling failure.
Direct subtypes: 4