Throw a std::invalid_argument exception supplying the specified message as the sole argument to its constructor.

Synopsis

Declared in <bslstl_stdexceptutil.h>

[[noreturn]]
static
void
throwInvalidArgument(char const* message);

Return Value

Note

This function does not return.

Created with MrDocs