Throws a std::runtime_error with the given message, or terminates if exceptions are disabled.
Declared in <absl/base/throw_delegate.h>
Throws a std::runtime_error with the given message, or terminates if exceptions are disabled.
[[noreturn]]
void
ThrowStdRuntimeError(std::string const& what_arg);
» more...
Throws a std::runtime_error with the given message, or terminates if exceptions are disabled.
[[noreturn]]
void
ThrowStdRuntimeError(char const* what_arg);
» more...
This function does not return.
| Name | Description |
|---|---|
| what_arg | The exception message. |