nimble.exceptions.InvalidArgumentType

exception nimble.exceptions.InvalidArgumentType(message)

Raised when an argument type causes a failure.

This exception occurs when the type of an argument is not accepted. This operation does not accept this type for this argument. This is a subclass of Python’s TypeError.