InvalidArgumentError
This class defines the type of objects thrown as exceptions to report an invalid argument.
Constructors
InvalidArgumentError(const string message) -> InvalidArgumentError
Constructs a InvalidArgumentError with the specified message.
Parameters
- message: The error message.