InvalidArgument type

Represents an error of calling a method with incorrect argument.

Example

ord("ab")
# ... Exception of type InvalidArgument ...

Direct parent types

Error
Represents an error. Usually more specific error types are used.
Direct subtypes: 14

Direct children types

DivisionByZero
Represents an error of dividing by zero.
EmptyEachableFail
Undocumented
SwitchParseFail
Undocumented