InvalidValueException Class
Exception raised when an argument is expected to have a non-null (or an accepted) value, but is actually null (or something else).
Constructor
InvalidValueException(exception_message, **kwargs)
Parameters
| Name | Description |
|---|---|
|
exception_message
Required
|
|