Handle when code attempts to construct or assign a not_null object from a null pointer.
Declared in <folly/memory/not_null.h>
[[noreturn]]
static
void
handle_throw(char const* msg);
This function does not return.
| Name | Description |
|---|---|
| msg | Diagnostic message describing the violation. |